powered by
Takes a string, forces characters to lower case, then removes punctuation and switch spaces to - instead of _
url_title(st)
A string that needs to be a title in a url
string
A string with the aforementioned modifications.
# NOT RUN { url_title("My Name is Jaime!") # }
Run the code above in your browser using DataLab