[Solved] a word should not start with a digit in Java [closed] October 28, 2022 by Kirat string.matches("^([A-Za-z'\"][A-Za-z0-9_'\"]* *)+$") Visualization 1 solved a word should not start with a digit in Java [closed]