I am making a method so your password needs at least one captial and one symbol or number. I was thinking of splitting the string in to lose chars and then use preggmatch to count if it contains one capital and symbol/number.
Ancak ben action script böyle bir şey yaptım ama bu php denir anlamaya olamaz. i bir dizide bir kelimenin her karakter koymak için bir yol bulamıyorum.
AS3 örneği
for(var i:uint = 0; i < thisWordCode.length -1 ; i++)
{
thisWordCodeVerdeeld[i] = thisWordCode.charAt(i);
//trace (thisWordCodeVerdeeld[i]);
}
Thanks, Matthy