Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It is likely that the method Validator.isValidInput() is not designed to accept backslashes as valid input characters. Backslashes are often used in programming to escape special characters or create special sequences, so they may be considered invalid input in some contexts. If you need to include backslashes in your input, you may need to modify the Validator class to explicitly allow them as valid input characters.