Regular Expressions 101

Community Patterns

1

Match paths

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

TI dis6x to "binary as ASCII"

0

Regular Expression
PCRE2 (PHP >=7.3)

/
[0-9a-f]{8} *(?'one'[0-9a-f]{2})(?'two'[0-9a-f]{2})(?'three'[0-9a-f]{0,2})(?'four'[0-9a-f]{0,2})
/
gm

Description

Loading markdown...
Submitted by https://github.com/ELynx - a year ago
(Last modified a year ago)