kennygrant / sanitize

Package sanitize provides functions for sanitizing text in golang strings.
BSD 3-Clause "New" or "Revised" License
334 stars 72 forks source link

Sanitize strings for base file names #7

Closed chrisdambrosio closed 9 years ago

chrisdambrosio commented 9 years ago

Allow for strings with / or . to be sanitized used for a base file name.

kennygrant commented 9 years ago

Merged manually in a modified form after other changes. Thanks.