Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

Regex to remove values between two characters

$
0
0

Hello,

 

I am trying to use the regex function to remove all characters between '=' and '|'.  The value can be numeric or character.

 

|some text = value|

 

I would want this to return:

|some text =|

 

Thanks for the help!


Viewing all articles
Browse latest Browse all 4999

Trending Articles