Regular Expressions 101

Community Patterns

Capturing groups with suffix

-1

Regular Expression
Java 8

"
^(.*?)\s\((.*?)\)$
"
gm

Description

Capturing the content of column names which are duplicate in nature to extract the actual name and suffix ("right" / "left")

Submitted by anonymous - 9 months ago