Skip to content

Files

Latest commit

Jan WielemakerJan Wielemaker
Jan Wielemaker
and
Jan Wielemaker
Apr 23, 2017
0615b61 · Apr 23, 2017

History

History
26 lines (18 loc) · 682 Bytes

TODO.md

File metadata and controls

26 lines (18 loc) · 682 Bytes

PCRE interface

Useful operations:

  • ECLiPSe

    • match --> bool
    • match --> matched string
    • matchall --> all matched strings
    • matchsub --> list of register values
    • split --> matched strings and skipped strings
  • JavaScript

    • match --> all matched strings
    • replace --> replaced string
    • search --> start of match
  • Bagnara

    • regexec(+Compiled, +String, +Pos, +EFlags, -Begin, -Length, -Groups)

Old discussion:

TODO

  • Capture total match range anyway, so we do not need (?<match_R>...)