Regular Expressions 101

Community Patterns

check dup statements

0

Regular Expression
Python

r"
\b(?:if|for|while|else|else\s+?if|switch)\b
"
g

Description

no description available

Submitted by anonymous - 4 years ago