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
Retry in code:
re:run(Name, "^.{1,20}$", [unicode]);
But work in this case:
RegExp = "^.{1,20}$", re:run(Name, RegExp, [unicode]);
The text was updated successfully, but these errors were encountered:
@harenson I think you verified this after closing #319 and it is now working correctly?
Sorry, something went wrong.
@jfacorro Yeah, there is an open PR for this test at inaka/elvis_core#22
This was fixed in inaka/elvis_core#20
No branches or pull requests
Retry in code:
But work in this case:
The text was updated successfully, but these errors were encountered: