Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-01-06 11:10
Flavor·Python

r"
P(\d{1,}.\d{1,}) (?<=)of(?= to)
"
gm
Open regex in editor

Description

Something to extract data from GCash SMS

Submitted by anonymous