Regular Expressions 101

Community Patterns

word_to_match

-1

Regular Expression
Python

r"
.{10,20}?([\w.]+).{10,20}word_to_match.{0,15}
"

Description

no description available

Submitted by anonymous - 9 years ago