powered by
Inspired by the fs package's path_sanitize function
path_sanitize
db_path_sanitize(filename, replacement = "_")
the sanitized string
the file or folder to sanitize
what should the illegal character(s) be replaced with? (default: "_")
db_path_sanitize('this:string"has?issues')
Run the code above in your browser using DataLab