Skip to content

Instantly share code, notes, and snippets.

@greenlanegreb
Created March 22, 2018 19:57
Show Gist options
  • Save greenlanegreb/82d31a1d4e992e3e130ac78c14ff1852 to your computer and use it in GitHub Desktop.
Save greenlanegreb/82d31a1d4e992e3e130ac78c14ff1852 to your computer and use it in GitHub Desktop.
case 'bbcode_htm':
return array(
'#<!\-\- e \-\-><a href="mailto:(.*?)">.*?</a><!\-\- e \-\->#',
'#<!\-\- l \-\-><a (?:class="[\w-]+" )?href="(.*?)(?:(&amp;|\?)sid=[0-9a-f]{32})?" onclick="window\.open\(this\.href\);return false;">.*?</a><!\-\- l \-\->#',
'#<!\-\- ([mw]) \-\-><a (?:class="[\w-]+" )?href="(.*?)" onclick="window\.open\(this\.href\);return false;">.*?</a><!\-\- \1 \-\->#',
'#<!\-\- s(.*?) \-\-><img src="\{SMILIES_PATH\}\/.*? \/><!\-\- s\1 \-\->#',
'#<!\-\- .*? \-\->#s',
'#<.*?>#s',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment