You are viewing limited content. For full access, please sign in.

Question

Question

Pattern Match - 2000 character limit

asked on December 13, 2018

I am trying to create a pattern match in Workflow that I can use with the retrieved text from an email. I want the pattern match to return the first 2000 characters. The issue I'm running into is accounting for line breaks. I can't seem to find the right PM... does anyone have a recommendation? 

0 0

Replies

replied on December 13, 2018 Show version history

Do you want to include or exclude line breaks?

[\s\S] will match any character including line breaks.

Or, more precisely:



 

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.