Regular Expressions 101

Community Patterns

-2

Test post by e-mail

PCRE (PHP <7.3)
Description here
Submitted by Arief - 9 years ago
1

transfer

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 9 years ago
1

Code Review

PCRE (PHP <7.3)
username
Submitted by Devon Parsons - 9 years ago

Cfmail replace

0

Regular Expression
PCRE (PHP <7.3)

/
(((<cfmail\s*)\s*(((\s+from *= *("|'))([^"']+)("|'))|((\s+to *= *("|'))([^"']+)("|'))|((\s+replyto *= *("|'))([^"']+)("|'))|((\s+failto *= *("|'))([^"']+)("|'))|((\s+cc *= *("|'))([^"']+)("|'))|((\s+bcc *= *("|'))([^"']+)("|'))|((\s+port *= *("|'))([^"']+)("|'))|((\s+server *= *("|'))([^"']+)("|'))|((\s+subject *= *("|'))([^"']+)("|'))|((\s+type *= *("|'))([^"']+)("|')))+\s*>))
/
g

Description

Loading markdown...
Submitted by Akan - 9 years ago