Skip to content

Conversation

@HoonBaek
Copy link
Contributor

@HoonBaek HoonBaek commented May 30, 2023

Description Of Changes

The modification in the code was to escape the curly braces ({}) by replacing them with { and }.
This ensures that the curly braces are treated as literal characters in the regular expression, addressing the issue caused by their metacharacter usage.

UIKIT-4027

The modification in the code was to escape the curly braces ({})
by replacing them with \{ and \}.
This ensures that the curly braces are treated as literal characters
in the regular expression, addressing the issue caused
by their metacharacter usage.
@HoonBaek HoonBaek requested a review from sravan-s May 30, 2023 06:00
@HoonBaek HoonBaek self-assigned this May 30, 2023
@HoonBaek HoonBaek merged commit 100a5fc into main May 30, 2023
@HoonBaek HoonBaek deleted the fix/UIKIT-4027/curly-brace-escaping-in-regular-expression branch May 30, 2023 06:13
AhyoungRyu pushed a commit that referenced this pull request May 30, 2023
### Description Of Changes

The modification in the code was to escape the curly braces ({}) by replacing them with \{ and \}.
This ensures that the curly braces are treated as literal characters in the regular expression,
addressing the issue caused by their metacharacter usage.

[UIKIT-4027](https://sendbird.atlassian.net/browse/UIKIT-4027)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants