Regular Expressions 101

Community Patterns

0

Email regex

PCRE (PHP <7.3)
for email validation
Submitted by anonymous - 7 years ago
0

test1

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

QR Parse

PCRE (PHP <7.3)
to parse qr
Submitted by h - 7 years ago
0

Parse QR

PCRE (PHP <7.3)
no description available
Submitted by h - 7 years ago
0

url

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

Designed to extract field type and its size, if available, from the definition of the columns in a SQLite query.

0

Regular Expression
PCRE (PHP <7.3)

/
(?:(?:(?<Name>[[:alpha:]]+)[ ]*\(['"]?(?<Value>[^)'"]*)['"]?\))|(?:(?<Null>(?:NOT NULL|NULL))))
/
gis

Description

Loading markdown...
Submitted by anonymous - 7 years ago