Skip to content

[BUGFIX] add double backslash behind special charachters when uisng r…#191

Open
shahrokni wants to merge 1 commit into
mainfrom
fix/regex_interpolation
Open

[BUGFIX] add double backslash behind special charachters when uisng r…#191
shahrokni wants to merge 1 commit into
mainfrom
fix/regex_interpolation

Conversation

@shahrokni

@shahrokni shahrokni commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

fixes perses/perses#4165

Description

Bug details can be found in the issue

image

Checklist

  • Pull request has a descriptive title and context useful to a reviewer.
  • Pull request title follows the [<catalog_entry>] <commit message> naming convention using one of the
    following catalog_entry values: FEATURE, ENHANCEMENT, BUGFIX, BREAKINGCHANGE, DOC,IGNORE.
  • All commits have DCO signoffs.

UI Changes

  • Changes that impact the UI include screenshots and/or screencasts of the relevant changes.
  • Code follows the UI guidelines.
  • E2E tests are stable and unlikely to be flaky.
    See e2e docs for more details. Common issues include:
    • Is the data inconsistent? You need to mock API requests.
    • Does the time change? You need to use consistent time values or mock time utilities.
    • Does it have loading states? You need to wait for loading to complete.

…egex inetrpolation

Signed-off-by: Seyed Mahmoud SHAHROKNI <seyedmahmoud.shahrokni@amadeus.com>

Signed-off-by: Seyed Mahmoud SHAHROKNI <seyedmahmoud.shahrokni@amadeus.com>

Signed-off-by: Seyed Mahmoud SHAHROKNI <seyedmahmoud.shahrokni@amadeus.com>
@shahrokni shahrokni force-pushed the fix/regex_interpolation branch from 87a9170 to e0bd131 Compare July 1, 2026 22:13
@shahrokni shahrokni marked this pull request as ready for review July 1, 2026 22:15
@shahrokni shahrokni requested a review from a team as a code owner July 1, 2026 22:15
@shahrokni shahrokni requested a review from jgbernalp July 1, 2026 22:18
@jgbernalp

Copy link
Copy Markdown
Contributor

@shahrokni not sure this is a solution, is just adding more escape to the already escaped special characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Variables with special characters not working in regex queries

2 participants