Regular Expressions 101

Community Patterns

1

http.edu.tr

PCRE (PHP <7.3)
no description available
Submitted by html - 8 years ago
1

AIX ps -ef

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

Match a string only for a percentage number

1

Regular Expression
PCRE (PHP <7.3)

/
(^[\d]+[\.]{0,1}[\d]*%$)
/

Description

Loading markdown...
Submitted by Krishna - 8 years ago