Regular Expressions 101

Community Patterns

0

Special GPS input

Python
Used for TrigDroid
Submitted by anonymous - 6 months ago
0

XML file extract from logs

Python
For internal use
Submitted by ezalos - 6 months ago

split sentence regex

3

Regular Expression
PCRE (PHP <7.3)

/
(?<=[.?!;])\s+(?=\p{Lu})
/
g

Description

Loading markdown...
Submitted by anonymous - 8 years ago