Regular Expressions 101

Community Patterns

1

SO Question

PCRE (PHP <7.3)
SO Question
Submitted by PaperBirdMaster - 9 years ago
1

30164958

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

foreach

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

foreach

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

test

Python
test
Submitted by boag - 9 years ago

white space before punctuations, outside script and code tags

3

Regular Expression
PCRE (PHP <7.3)

/
(?!<(script|code)[^>]*?>)((\s)(\?|\!|\;|\:))(?![^<]*?<\/(script|code)>)
/
gi

Description

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