Solved: Re: Regex – Alteryx Community

Hi All, 

 

Could you please help me with regex for below scenarios?

 

1. Identify all the special characters in a string excluding  ,-/&()  

2. Column named called Street_Address, where I need to write regex to identify any value which starts with #

 Example : #7, #Benny street, # 7 (space between # and number), # Benny street (space between # and alphabet)

 

#benny street   –  To be identified
#7 – invalid -To be identified
# 7 – invalidTo be identified
# benny street – To be identified
#7 benny street – Not to be identied, because this is valid one.

Read more here: Source link