Skip to main content
Nintex Community Menu Bar

Extracting the first few words from a string.

  • July 6, 2017
  • 2 replies
  • 47 views

Forum|alt.badge.img+7

I have a need to extract the first 50 words from a string using Nintex Workflow (2013 On Prem).

Using a regular expression and extract, it works to a point as long as there is no punctuation. However, it's a news paragraph I'm trying to limit to a certain number of words, so punctuation is a must wink.png.  I  then want to create some HTML code to include a Read More Link after the truncated text.

My Goal...

Thanks for any pointers...

T.

2 replies

Forum|alt.badge.img+9

Hi Anthony Parker‌,

Can you try with the below.

205335_pastedImage_1.png

Thanks,

Lakshmi Narayana C


Forum|alt.badge.img+7
  • Author
  • July 6, 2017

Thank you! Seems to work as advertised happy.png