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!
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!