Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-01-26 01:41
Flavor·Python

r"
(?<!s\.|l\.|nd|et) [0-9]+
"
gm
Open regex in editor

Description

Stripped:

"Abs." to "s." "al." to "l." "und" to "nd"

for negative lookbehind to be the same length

Submitted by anonymous