invalid-characters
There are 4 repositories under invalid-characters topic.
jonschlinkert/is-valid-path
Returns true if a windows file path does not contain any invalid characters.
jonschlinkert/is-invalid-path
Returns true if a windows file path has invalid characters.
4rlm/utf8_sanitizer
Ruby Gem: Removes invalid UTF8 characters & extra whitespace (carriage returns, new lines, tabs, spaces, etc.) from csv or strings.
Maples7/filename-converter
Convert an invalid filename to a valid one with a self-defined mapping table. The key point is the mapping is reversible.