Regular Expressions 101

Community Patterns

1

Match paths

PCRE2 (PHP >=7.3)
Match paths
Submitted by os_niko - 5 days ago

Get value from string

1

Regular Expression
ECMAScript (JavaScript)

/
.*[a-z\-0-9]+\-([0-9]+).*
/

Description

Loading markdown...
Submitted by Gabriel R. Sezefredo - 8 years ago