Posts by Paula Mz • 11 points
2 posts
-
-1
votes1
answer35
viewsQ: Regular Expression to validate email provider string - Java
Hello! I’m trying to validate an email provider in Java using regular expression, but I’m not getting a result. I declared the variable for regex as string, but the suggestion is to use Boolean,…
-
0
votes1
answer1422
viewsQ: Convert String to Date From yyyy-mm-dd to dd-mm-yyyy format
I made a Java endpoint that contains the date information. The date is received as string in the format 'yyyy-mm-dd'. I need to convert to Date dd-mm-yyyy format. I am using the following format…