Skip to content
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

[BUG] escape codes are not properly handled in regular expression replacement strings #4561

Closed
davidnich opened this issue Jul 28, 2022 · 0 comments
Assignees
Milestone

Comments

@davidnich
Copy link
Contributor

missing support for:

  • \a
  • \b
  • \e
  • \f
  • \n
  • \r
  • \t
@davidnich davidnich added this to the 1.10 milestone Jul 28, 2022
@davidnich davidnich self-assigned this Jul 28, 2022
@davidnich davidnich added this to To do in Qore Development via automation Jul 28, 2022
@davidnich davidnich changed the title [BUG] escape copdes are not properly handled in regular expression replacement strings [BUG] escape codes are not properly handled in regular expression replacement strings Jul 28, 2022
davidnich added a commit that referenced this issue Jul 28, 2022
…t strings

refs #4562 fixed support for \a and \e in Qore strings
davidnich added a commit that referenced this issue Jul 28, 2022
…t strings

refs #4562 fixed support for \a and \e in Qore strings
refs #4557 fixed message API, updated qdp
davidnich added a commit that referenced this issue Jul 28, 2022
…t strings

refs #4562 fixed support for \a and \e in Qore strings
refs #4557 fixed message API, updated qdp
davidnich added a commit that referenced this issue Jul 28, 2022
…t strings (#4563)

refs #4562 fixed support for \a and \e in Qore strings
refs #4557 fixed message API, updated qdp
Qore Development automation moved this from To do to Done Jul 28, 2022
davidnich added a commit that referenced this issue Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant