Match from the start to the end, accept EOF by default.
start
end
E.g.
comment('//'); // single line commentcomment('/*', '*' + '/'); // multiline comment
Optional
Generated using TypeDoc
Match from the
startto theend, accept EOF by default.E.g.