I've been thinking about re-visiting the filters for the next release to make things a little cleaner. Suggestions are welcome.

Quote Originally Posted by sports guy View Post
1. Remove all non-alphanumeric characters? is set to true
This is the last filter (third) run over the generated URLs. If enabled: All non alpha-numerical characters are removed (including the -). If disabled it only strips punctuation (again this includes -).

Quote Originally Posted by sports guy View Post
2. Enter special character conversions. is set to: /=>-
This is the second filter run over the generated URLs. This was left from a previous version to allow simple character conversions.

The most powerful (and first filter run) is the PCRE filter. This allows you to convert most any character or phrase into another character or phrase. For example: '\\/=>and' would convert "CONTROL / SHAPER" to "CONTROL and SHAPER" in the URL.