I want a CF regex to replace all punctuation except for the / character.

I made it work with the following:

[^/[:alpha:][:digit:][:space:]]

But I was wondering if there was a simpler way to write it with the
[:punct:] class?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to