Regular Expressions 101

Community Library

Community Library Entry

-3

Regular ExpressionOpen Workspace

r"
[sS]/[^/]{1,64}/[^/]{1,64}[^ ]
"

Description
Created·2014-07-26 13:32
Type·Match
Flavor·Python

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
Open Workspace