SyntaxFix
Write A Post
Hire A Developer
Questions
.matches(".*\\d+.*") only works for numbers but not other symbols like // or * etc.
.matches(".*\\d+.*")
//
*