You are viewing limited content. For full access, please sign in.

Question

Question

Pattern Match: Workflow replace characters

asked on February 9, 2016

Hello,

I have a WF where a field is being assigned value.

Now I want to create a process in which before it assigns the value it has to be checked if there are any " in the name e.g. "test"

The problem is during the testing the process has been repeated many times, so " is added more than once before & after the string.

I want to accomplish a process in which before assigning " a pre step is made to remove all of " before & after the string.

 

Can anyone please help in :

 Determining the pattern to remove " 

0 0

Replies

replied on February 9, 2016

I tried this pattern: [^\"]*[^\"]

it does the job, can anyone Please confirm if it's correct or am I missing something?

0 0
replied on February 9, 2016

That looks like it will work for your case. 

0 0
replied on February 9, 2016

Thanks Kevin!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.