Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stunelsonHaving never used a REGEX command previously I'm struggling to understand the syntax and how I use it in LAE.
What I am looking to do is take string "United_States-of|America+2013" and replace all non alphanumeric characters with a space which should leave
me with "United States of America 2013" - I'm sure it is fairly straightforward but a little assistance would be appreciated. Thanks.