Category talk:Wren-pattern: Difference between revisions

m
→‎Source code: Now uses Wren S/H lexer.
(Added a note on Wren-regex.)
m (→‎Source code: Now uses Wren S/H lexer.)
 
(2 intermediate revisions by the same user not shown)
Line 204:
 
===Source code===
<langsyntaxhighlight ecmascriptlang="wren">/* Module "pattern.wren" */
 
/* Match represents a single successful match made by methods in the Pattern class.
Line 1,104:
}
 
Pattern.init_()</langsyntaxhighlight>
9,476

edits