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.
1 parent d7f2d2c commit 1548a0aCopy full SHA for 1548a0a
Unescaper.php
@@ -34,7 +34,7 @@ class Unescaper
34
/**
35
* Regex fragment that matches an escaped character in a double quoted string.
36
*/
37
- const REGEX_ESCAPED_CHARACTER = "\\\\(x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8}|.)";
+ const REGEX_ESCAPED_CHARACTER = '\\\\(x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8}|.)';
38
39
40
* Unescapes a single quoted string.
0 commit comments