I'm trying to extract a date from a String, but I'm not getting it.
Example:
String stringQualquer = "um teste qualquer12/02/1998 19/09/1880 Nulo";
I want to get the first date of this example "12/02/1998".
I tried that, but it did not work:
^(\d{2}\/\d{2}\/\d{4})