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

Question

Question

Help Required Pattern Matching - Email Header

asked on July 17, 2018

Good Morning All,

 

Looking for some assistance getting a pattern matching token established in workflow from an email subject line.

Here is the email subject line: RE: Company Letter - Follow-Up Required: Sequence #: 3135 (6112913)

 

I want to be able to return 3135 as one value and 61129143 as the other value.

 

Thanks in advance for your help!

0 0

Answer

SELECTED ANSWER
replied on July 17, 2018

first part = #:\s*(\d+)

second part = \((\d+)\)

1 0

Replies

replied on July 17, 2018

Sería así:

Saludos

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

Sign in to reply to this post.