We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried using FakeO.String.Random() with the regex strings from http://stackoverflow.com/questions/161738/what-is-the-best-regular-expression-to-check-if-a-string-is-a-valid-url and http://stackoverflow.com/questions/5717312/regular-expression-for-url however it didn't seem to understand them. It seemed to treat most of the capture groups as verbatim strings instead of generating data out of them.
FakeO.String.Random()
Possibly could just be a static list of Top N urls from alexa or google searches etc.
The text was updated successfully, but these errors were encountered:
http://www.showslow.com/list.php?id=alexa none of these have paths or queries though
Sorry, something went wrong.
No branches or pull requests
I tried using
FakeO.String.Random()
with the regex strings from http://stackoverflow.com/questions/161738/what-is-the-best-regular-expression-to-check-if-a-string-is-a-valid-url and http://stackoverflow.com/questions/5717312/regular-expression-for-url however it didn't seem to understand them. It seemed to treat most of the capture groups as verbatim strings instead of generating data out of them.Possibly could just be a static list of Top N urls from alexa or google searches etc.
The text was updated successfully, but these errors were encountered: