Skip to content
New issue

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

Fix RDS identifier regex check #119

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Conversation

Stretch96
Copy link
Member

  • The regex checks for a string beginning with a number. Using the regex function, it will fail if there are no matches. To test wether there are any matches, we need to use the regexall function, which produces a list of all matches - we then check the length of the result to see if there is a match.

* The regex checks for a string beginning with a number. Using the
  `regex` function, it will fail if there are no matches. To _test_
  wether there are any matches, we need to use the `regexall` function,
  which produces a list of all matches - we then check the length of the
  result to see if there is a match.
@Stretch96 Stretch96 merged commit fb2fcb5 into main Jun 28, 2024
5 checks passed
@Stretch96 Stretch96 deleted the fix-rds-indentifier-regex-check branch June 28, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants