Published
- 1 min read
Regrex for letter in java
The solution for this is noted below
Regrex for letter in java
Solution
String REGREX_LETTERS = "[a-zA-Z]+"
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
String REGREX_LETTERS = "[a-zA-Z]+"
Try other methods by searching on the site. That is if this doesn’t work