Posts by nicolas • 43 points
1 post
-
4
votes3
answers681
viewsQ: Extract date with Regex
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 pick up the first date of this example…