N
Naveed Anwar Kharadi
Hi people !!!
I want to write a regular expression that fails when it finds two consecutive slashes (//) in the provided data.
E.g.
Data = "asdf//fghkj"
Regex.IsMatch(Data) returns false.
I want to write a regular expression that fails when it finds two consecutive slashes (//) in the provided data.
E.g.
Data = "asdf//fghkj"
Regex.IsMatch(Data) returns false.