I am new to Alteryx, and am trying to use the Regex tool to find special characters, in a particular column.
For example, if it found any special characters that are not a square bracket, a curly bracket or a hyphen, then, those would be flagged as matches.
I would like it to start from the beginning of the word, through to the end of the word(s) and try to find any special characters that are not in the list above. The field in question can contain more than one word separated by spaces.