You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current sanitization functions replace ineligible characters for file-names/file-paths with the specified string.
Add escape (unescape) as an alternative processing option.
Add an argument like invalid_value_handler to sanitize functions, allowing the user to choose between replace (the current behavior) and escape.
Arguments like replacement_text may be passed as invalid_value_handler_args argument.
The text was updated successfully, but these errors were encountered:
The current sanitization functions replace ineligible characters for file-names/file-paths with the specified string.
Add
escape
(unescape
) as an alternative processing option.Add an argument like
invalid_value_handler
to sanitize functions, allowing the user to choose betweenreplace
(the current behavior) andescape
.Arguments like
replacement_text
may be passed asinvalid_value_handler_args
argument.The text was updated successfully, but these errors were encountered: