Regular Expressions 101

Community Patterns

1

lottery

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

domain url

PCRE (PHP <7.3)
asc
Submitted by xiali - 7 years ago
1

g

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

TV Show

Python
Regex for parsing tv torrent
Submitted by naingenieu - 7 years ago
1

öjh

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

new anchor

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

No Double space and special character, no leading space ISO-8859-1

1

Regular Expression
PCRE (PHP <7.3)

/
([^\p{Zs}])([^\p{Zs}\p{S}\p{P}])*((\p{Zs}|!|"|#|\$|%|&|'|\(|\)|\*|\+|,|\-|\.|\/|:|;|<|=|>|\?|@|\[|\\|\]|\^|_|`|\{|\||\}|~|¡|¢|£|¤|¥|¦|§|¨|©|«|¬|®|¯|°|±|²|³|´||·|¸|¹|»|¼|½|¾|¿|×|÷)(?!\4)([^\p{Zs}\p{S}\p{P}])*)*
/

Description

Loading markdown...
Submitted by Hunziger - 7 years ago