PHP strip_tags() 函数:2

Run Settings
LanguagePHP
Language Version
Run Command
$srting = '<a title="" href="/index.html"><b>Some Text</b></a> Lorem Ipsum is simply dummy text of the printing and typesetting industry.'; echo strip_tags_content($srting); function strip_tags_content($text) { return preg_replace('@<(\w+)\b.*?>.*?</\1>@si', '', $text); }
Editor Settings
Theme
Key bindings
Full width
Lines