Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

REGEX_Match Help

Ultralightbeam
8 - Asteroid

 

[a-zA-Z\d\._]*

 

I currently have expression above which gets special characters excluding period and underscore but now I also want to include whitespace. Therefor I want to get string that contains whitespace and special characters excluding period and underscore

2 REPLIES 2
TomWelgemoed
12 - Quasar

Hi @Ultralightbeam ,

 

Try this one? 

 

[^A-z\d._][\\\^]?

 

Regards,

Tom

Qiu
21 - Polaris
21 - Polaris

@Ultralightbeam 

Space is tricky

Capture123.PNG

Labels
Top Solution Authors