Posts by karolinabento • 11 points
2 posts
-
0
votes2
answers7370
viewsA: Regex special characters required
Good afternoon. I’m using Fluentvalidation and I made some validations for password today. See if this helps you (If you have any questions about the code tell me): using FluentValidation; using…
-
1
votes0
answers34
viewsQ: Fluent Validation Notnull() method does not work
Hello! I have developed some user registration validations that follow: using FluentValidation; using System.Linq; using System.Text.RegularExpressions; namespace…