正規表現チェック

Run Settings
LanguagePHP
Language Version
Run Command
<?php $value = 'mysqlerror test `1a` dayo `1b`'; $matches = null; preg_match('/mysqlerror test `(\D+)` dayo `(\D+)`/', $value, $matches); print_r($matches);
Editor Settings
Theme
Key bindings
Full width
Lines