Regular Expressions 101

Community Patterns

Get 3 segment nz table name

1

Regular Expression
PCRE (PHP <7.3)

/
\s((?:\w|_)+\.(?:\w|_)+\.(?:\w|_)+)\s
/
g

Description

no description available

Submitted by vwei02 - 8 years ago