Regex pattern for removing double comma

I want to remove " from the value.
My value is “abc” i want only abc
My value is “1/2” i want only 1/2

Hello

Try using the “Replace” activity.

Pattern will be “\””

Replacement will be “”

Cheers

Steve

2 Likes

it’s worked !!
Thank you.

1 Like