Posts by Yuri Simão • 33 points
1 post
-
2
votes1
answer58
viewsQ: Get date from a string
I am trying to create a regular expression that returns some dates contained in strings. The formats are: dd/MM/yyyy dd-MM-yyyy dd/MM dd-MM Ex: public static void main(String[] args) { final String…