Regular Expressions 101

Community Patterns

0

INI values

PCRE2 (PHP >=7.3)
not done yet
Submitted by anonymous - a year ago

The very important regex for every projects

1

Regular Expression
ECMAScript (JavaScript)

/
(^|\s)(\w+)(?=\s|$)
/
g

Description

Loading markdown...
Submitted by YURMATH ER - 7 years ago