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 b8732e6 commit 65fd463Copy full SHA for 65fd463
src/JsPhpize/Compiler/Helpers/RegExp.h
@@ -0,0 +1,6 @@
1
+function ($value) {
2
+ return (object) array(
3
+ 'isRegularExpression' => true,
4
+ 'regExp' => rtrim($value, 'gimuy'),
5
+ );
6
+}
0 commit comments