Skip to main content
Nintex Community Menu Bar
Solved

How to split Regular Expression in Nintex

  • May 11, 2022
  • 3 replies
  • 441 views
  • Translate

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 """.

View original
Did this topic help you find an answer to your question?

3 replies

MegaJerk
Forum|alt.badge.img+14
  • Scholar
  • 834 replies
  • 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? 

 

 

Translate

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

hey @JodaJacksoncatr ,

 

u need to use \ to match """.

Translate

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

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

 

 

 

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings