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
I can't though, because there's special characters in there, so I have to fight my shell's escaping rules and then ninja's (because the string is inserted verbatim). Please add a way to have the code read the characters from a file.
The text was updated successfully, but these errors were encountered:
Apologies but the implementation of the --characters arg is probably different to what you expect. Currently, it expects regex ranges such as [0-9|A-z] in order for it to work. Your expression will work if it's encapsulated by [ and ] and the special regex characters such as ()[]{}-| are escaped by forward slashes. I'll still open a pr for you since having this in a file does make sense.
I want to test the following chars:
I can't though, because there's special characters in there, so I have to fight my shell's escaping rules and then ninja's (because the string is inserted verbatim). Please add a way to have the code read the characters from a file.
The text was updated successfully, but these errors were encountered: