Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
7,237 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
requirement : I have to write a code for validation of Entity ID through regex.
problem : Cant able to identify how the textbox validation is handled because the textbox excepts "a" and also it accepts "//hello/world?" but not this "hello/world?".
I may have to find all the possible inputs and test this textbox to find out the ideal regex
which is too much time consuming.
So, is it possible that i get the regex for it ?