Regular Expressions 101

Community Patterns

Find Table and Field Name based on Square Brackets

0

Regular Expression
Python

r"
(\[\w+])(?:\.\([\w+])*
"
img

Description

Find Table and Field Name based on Square Brackets

Submitted by anonymous - 3 years ago