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: missing string concatenation #19

Closed
RalphHightower opened this issue Jan 21, 2023 · 0 comments · Fixed by #21
Closed

fix: missing string concatenation #19

RalphHightower opened this issue Jan 21, 2023 · 0 comments · Fixed by #21
Assignees
Labels
bug Something isn't working

Comments

@RalphHightower
Copy link
Owner

"(?^(2-9$))|" +
"(" +
"(?^(5[00|21|22|23|24|25|26|27|28|29|33|44|66|77|88]))|" +
"(?^(6[00|22]))|" +
"(?^(700))|" +
"(?^(710))|" +
"(?^(8[00|33|44|55|66|77|88]))|" +
"(?^(900)" +
")(?([2-9][0-9][0-9])-(?[0-9]{4}))$" +
"(?([2-9]9[0-9])|((37|96)[0-9]))-[2-9][0-9][0-9]-[0-9]{4}$" +
"(?^([2-9][0-8][0-9]))-555-(?(1212|4334))$|" +
"(?^[2-9][0-8][0-9])-555-(?(01[0-9][0-9]))$|" +
"(?([2-9][0-8][0-9]))-(?([2-9][0-9][0-9]))-(?([0-9]{4}))$";

RalphHightower added a commit that referenced this issue Jan 21, 2023
fix: string concatenation missing '+' (closes #19)
@RalphHightower RalphHightower self-assigned this Jan 26, 2023
@RalphHightower RalphHightower added the bug Something isn't working label Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant