Skip to main content

I am trying to split a value in Nintex, Sharepoint 2010
My value: ABCD123456
I want to split """ and return this:
ABCD
123456

But when I try this, it returns an error:
Error in regular expression action. parsing """ - Illegal at end of pattern.

Can you provide any more details?

Which Workflow Action are you using to perform this operation?



 



Where do you see the error? In the history log?



 



Any Screenshots? 



 



 


hey @JodaJacksoncatr ,



 



u need to use \ to match """.


You can try this: (\.*.)*\



 











 



 


Reply