2
I’m doing some text checks for password.
I’ve already located for special character but I couldn’t find for high letter.
I used Regex. For example if the text contains "test" returns false and if it contains "test" returns true.
Can anyone tell me? If it works with Regex too?
I used this to check if my password field has a special character
ExisteCaracterEspecial = Regex.IsMatch(txt_senha.Text, ("[\[\]\^\$\.\|\?\*\+\(\)\\~`\!@#%&\-_+={}'""<>:;, ]{1,}"));
I am using VB.NET
@rubStackOverflow I think if AP tagged
C#
is because it accepts response in any of the languages. It would not have to remove the tag.– Jéf Bueno
Got it @jbueno
– rubStackOverflow
@rubStackOverflow I think, right :p Let’s see what it says
– Jéf Bueno
Better to pass than to miss :)
– rubStackOverflow