Regular Expressions 101

Community Patterns

4

import url image

Python
import url image
Submitted by bartimeys - 8 years ago

parsing a numeric strings with backslash using regexp

4

Regular Expression
PCRE (PHP <7.3)

/
(?<slot>\d+)\/(?<daughter_slot>\d+)\/(?<port>\d+)
/
gm

Description

Loading markdown...
Submitted by A.K. Asik - 9 years ago