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 9485d42 commit 4bd42a1Copy full SHA for 4bd42a1
src/Data/String/Regex.purs
@@ -49,7 +49,7 @@ foreign import source
49
\}" :: Regex -> String
50
51
foreign import flags
52
- "function source(r) {\
+ "function flags(r) {\
53
\ return {\
54
\ multiline: r.multiline,\
55
\ ignoreCase: r.ignoreCase,\
0 commit comments