Regular Expressions 101

Community Patterns

0

回溯

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 4 years ago
0

Links

Python
no description available
Submitted by anonymous - 4 years ago
0

Strings

Python
no description available
Submitted by anonymous - 4 years ago
0

TNRid

PCRE (PHP <7.3)
^-|\b\d.{0,20}.$
Submitted by anonymous - 4 years ago

Prefixed numerics

0

Regular Expression
Python

r"
(?<=[\s\b()-])(\d+)(\.\d+)?(?=\s?[A-Za-z]?)((\s?[kmgtpun])?(i?b/?s?|s|hz)?)(?=[]\s\b()[]|$)
"
gmi

Description

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