G
Guest
hi,
i'm a newbie to regex....
i need to check if a given string has more than two occurences of . in the
begiining of string
for ex, if string has value .test is valid but ..test is invalid
Can you help me out with the pattern for such strings?
i'm a newbie to regex....
i need to check if a given string has more than two occurences of . in the
begiining of string
for ex, if string has value .test is valid but ..test is invalid
Can you help me out with the pattern for such strings?