Category talk:Wren-pattern: Difference between revisions

Content added Content deleted
(Added a note on Wren-regex.)
m (→‎Source code: Fixed syntax highlighting.)
Line 204: Line 204:


===Source code===
===Source code===
<lang ecmascript>/* Module "pattern.wren" */
<syntaxhighlight lang=ecmascript>/* Module "pattern.wren" */


/* Match represents a single successful match made by methods in the Pattern class.
/* Match represents a single successful match made by methods in the Pattern class.
Line 1,104: Line 1,104:
}
}


Pattern.init_()</lang>
Pattern.init_()</syntaxhighlight>