Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
[0-9]{1,2}:[0-9][0-9]\s*[aApP]\.*[mM]\.*
/
gm

Description

[0-9]{1,2}:[0-9][0-9]\s*[aApP].[mM].

Submitted by anonymous - 4 years ago