Community Patterns

Community Library Entry

-3

Regular Expression
Created·2014-07-26 13:32
Flavor·Python

r"
[sS]/[^/]{1,64}/[^/]{1,64}[^ ]
"
Open regex in editor

Description

Match regular expressions substitutions, I personally use this to perform my validate if it is a substitution, then call re.sub() on it.

Submitted by Zarthus