Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-07-17 08:05
Flavor·Java

"
^(.*?)\s\((.*?)\)$
"
gm
Open regex in editor

Description

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

Submitted by anonymous