We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When attempting to convert /\u{B4}/ to the DSL, you get:
/\u{B4}/
let r = Regex { "´" }
we ought to try and preserve the users original syntax and use \u{B4} instead.
\u{B4}