Regular Expressions 101

Community Patterns

-1

Regex example

PCRE2 (PHP >=7.3)
For pldi
Submitted by PlaceReporter99 - 5 months ago

Replace sub-strings in string

2

Regular Expression
.NET (C#)

@"
(\d\d\d\d)(\d\d)(\d\d)_(\d\d)(\d\d)(\d\d)(\S+)
"
gm

Description

Loading markdown...
Submitted by anonymous - a year ago