- pathify stringprocedure
Turn string into a URL friendly path name.
Example:
(pathify "This is \"something\" nice.") ; => "this-is-something-nice"
Exported since version 0.16.
Turn string into a URL friendly path name.
Example:
(pathify "This is \"something\" nice.") ; => "this-is-something-nice"
Exported since version 0.16.