Skip to content

fix correct regex flag placement in rna-transcription TypeScript mentoring - #2401

Merged
IsaacG merged 1 commit into
exercism:mainfrom
PaezCande:patch-3
Jun 13, 2026
Merged

fix correct regex flag placement in rna-transcription TypeScript mentoring#2401
IsaacG merged 1 commit into
exercism:mainfrom
PaezCande:patch-3

Conversation

@PaezCande

Copy link
Copy Markdown
Contributor

The regex /[CGAT]g/ had the global flag 'g' inside the character class instead of after the closing slash. Fixed to /[CGAT]/g so it correctly applies the global flag.

…oring

The regex /[CGAT]g/ had the global flag 'g' inside the character class instead of after the closing slash. Fixed to /[CGAT]/g so it correctly applies the global flag.
@github-actions github-actions Bot added track/typescript TypeScript track type/mentor-notes Mentor notes labels Jun 13, 2026
@IsaacG IsaacG added x:action/fix Fix an issue x:size/tiny Tiny amount of work x:rep/tiny Tiny amount of reputation labels Jun 13, 2026
@IsaacG
IsaacG merged commit 42bf204 into exercism:main Jun 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

track/typescript TypeScript track type/mentor-notes Mentor notes x:action/fix Fix an issue x:rep/tiny Tiny amount of reputation x:size/tiny Tiny amount of work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants