Skip to main content

I can't get my pattern right. I need everything to be removed after the first space.


 


9222i08A794A5EFF2D54A.png


 


Thank you.

Hi,

Try
s[a-z,A-Z,0-9].*
Thank you @SimonMuntz even been able to bring that down to s[w.].*
I'm just used to using [a-z,A-Z,0-9] as I find that w and d does not always work, especially when used with Nintex forms. Glad I could help

Reply