Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-04-14 22:06
Flavor·Python

r"
((?:if|for|while)\s+?[^:]*?:\n)|(else\s*?:\n)|(else\s+?if[^:]*?:\n)
"
g
Open regex in editor

Description

no description available

Submitted by anonymous