Ask Your Question
4

Why does Validator.isValidInput() fail to recognize backslashes?

asked 2021-07-28 11:00:00 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-06-19 16:00:00 +0000

lalupa gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-07-28 11:00:00 +0000

Seen: 2 times

Last updated: Jun 19 '21