Regular Expressions 101

Community Patterns

0

my_lib

PCRE2 (PHP >=7.3)
without numbers
Submitted by anonymous - 2 years ago
0

First_Tests

PCRE2 (PHP >=7.3)
first tests
Submitted by anonymous - 2 years ago

match all printable basic ASCII characters in c++

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^([ -~]{1,})$
/
gm

Description

Loading markdown...
Submitted by zhongmeng Yu - 2 years ago