Skip to main content
Nintex Community Menu Bar
Solved

How to split Regular Expression in Nintex

  • May 11, 2022
  • 3 replies
  • 493 views

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.

Best answer by Aleximo

hey @JodaJacksoncatr ,

 

u need to use \ to match """.

3 replies

MegaJerk
Forum|alt.badge.img+14
  • Scholar
  • May 11, 2022

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? 

 

 


Forum|alt.badge.img+8
  • Answer
  • May 12, 2022

hey @JodaJacksoncatr ,

 

u need to use \ to match """.


Forum|alt.badge.img+11
  • Scholar
  • May 16, 2022

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