Replace blanks with different characters
Is there an option like upcase, alpha,... to replace blanks with other characters?
Let's say I have an article tiltle called: "This is just a test"
The blanks should be replaced by an "-": "This-is-just-a-test"
I don't know if something like this exist to this point but if not than it could be helpful to define "verify url=" for Web 2.0 sites.
Comments
for variables it is: replace=" ;-"
for verification urls it is: verify url replace=" ;-"
for urls to parse it is: modify url replace=" ;-"