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

Question

Question

Workflow Pattern Matching

asked on January 13, 2021

I Have this:

Customer         John Smith

This formula:

Customer(.+)

Returns:

      John Smith

How do I get rid of the spaces in front of the name?

0 0

Answer

SELECTED ANSWER
replied on January 13, 2021

Try Customer\s*(.+)

3 0

Replies

replied on January 13, 2021

Perfect! Thanks! 

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

Sign in to reply to this post.