Forum Moderators: bakedjake
I am looking for a regular expression that changes everything that is not alpha-numeric into just a dash, and also eliminates two or more dashes that are side by side so that there is only on.
something like xyz$%--123 abc
becomes just xyz-12e-abc
How might this be done?
Thank you in advance,
Ron