Regular Expressions 101

Community Patterns

test

0

Regular Expression
Python

r"
(?<=\n)\w{10}\w{0,5}(?=\w{0,9})\s{0,18}
"
gm

Description

no description available

Submitted by anonymous - 5 years ago