Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-01-31 03:51
Flavor·PCRE (Legacy)

/
P0{5}(\d{4}):(.+)
/
gm
Open regex in editor

Description

An example of how to capture and chunk out a random string which includes the pager address and text to send, (with spaces)

Submitted by anonymous