Skip to main content
Nintex Community Menu Bar

Extract link text using regular expression

  • June 11, 2020
  • 1 reply
  • 12 views

Forum|alt.badge.img+5

How to write regular expression in nintex workflow that extract the text which is between two quotations ...

"My Text"

1 reply

Forum|alt.badge.img+8
  • Novice
  • June 15, 2020

Hi @N-I-1990,

something like this might work for you.

(?<=").*(?=")