Posts by Nycolas Merino • 103 points
2 posts
-
7
votes2
answers4994
viewsQ: How to work with Regex on name validation?
I have tried in many ways to develop a Regular Expression that validates: maximum size of 60 characters can’t be a number cannot have accents, cedilla and punctuation the first letter of the name…
regexasked Nycolas Merino 103 -
3
votes1
answer141
viewsQ: ASP.Net MVC application does not connect to the bank
I’m developing a Solution in the object-oriented programming class for the web. Let’s create a stock control system. One of the first "screens" of access, is the login, only at this moment, my…