Skip to content

fix correct regex in bob mentoring common suggestions. - #2399

Merged
IsaacG merged 1 commit into
exercism:mainfrom
PaezCande:patch-1
May 30, 2026
Merged

fix correct regex in bob mentoring common suggestions.#2399
IsaacG merged 1 commit into
exercism:mainfrom
PaezCande:patch-1

Conversation

@PaezCande

Copy link
Copy Markdown
Contributor

The regex /A-Z/ was missing square brackets and would match the literal string "A-Z" instead of any uppercase letter. Fixed to /[A-Z]/.

The regex /A-Z/ was missing square brackets and would match the literal string "A-Z" instead of any uppercase letter. Fixed to /[A-Z]/.
@github-actions github-actions Bot added track/javascript JavaScript track type/mentor-notes Mentor notes labels May 30, 2026
@IsaacG
IsaacG merged commit 18adf13 into exercism:main May 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

track/javascript JavaScript track type/mentor-notes Mentor notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants