Posts by Bruno Silva • 3 points
2 posts
-
0
votes0
answers46
viewsQ: regex for password
I would like to know how to make a regex that contains at least 8 digits being mandatory 1 digit with @!# 1 digit in capital letters and a digit with numerals from 0 to 9 tried something with the…
-
0
votes1
answer437
viewsQ: pass parameters on a request in the retrofit
I am studying retrofit and came across the following problem: am performing a get request at url https://jsonplaceholder.typicode.com/posts/1 but when mounting the request I cannot add the posts/1…