Skip to content

Kotlin: Update regex patterns to use raw string notation #20034

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

Merged
merged 1 commit into from
Jul 14, 2025

Conversation

igfoo
Copy link
Contributor

@igfoo igfoo commented Jul 13, 2025

This PR updates the regex patterns to utilize raw string notation, which resolves warnings related to invalid escape sequences, such as '\S'.

Fixes warnings like
SyntaxWarning: invalid escape sequence '\S'
Copy link
Contributor

@IdrissRio IdrissRio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@igfoo igfoo marked this pull request as ready for review July 14, 2025 09:43
@igfoo igfoo requested a review from a team as a code owner July 14, 2025 09:43
@igfoo igfoo merged commit 86ebf3d into main Jul 14, 2025
13 checks passed
@igfoo igfoo deleted the igfoo/fix_regex_in_dbscheme_parser branch July 14, 2025 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants