File name sanitizer
Paste a file name to get the sanitized version.
Result
photo:final?.jpg sanitizes to photofinal.jpg.
Example
Clean a file name by removing illegal characters, path separators, and trailing dots or spaces.
photo:final?.jpg sanitizes to photofinal.jpg.
Processed locally in your browser.
Related tools