Regular Expressions 101

Community Patterns

Schema.Table_name | \ \*\

0

Regular Expression
PCRE (PHP <7.3)

/
([a-zA-Z]*\.[a-zA-Z_]*)|(^.(?:\ \*\ ).+$)
/
g

Description

no description available

Submitted by anonymous - 7 years ago