test_preg_match

Run Settings
LanguagePHP
Language Version
Run Command
<?php //模式分隔符后的"i"标记这是一个大小写不敏感的搜索 if (preg_match("/php/i", "PHP is the web scripting language of choice.")) { echo "A match was found."; } else { echo "A match was not found."; } ?>
Editor Settings
Theme
Key bindings
Full width
Lines