WGH 55b81f0e10
Refactor Regex classes further
This commit changes Regex interface rather dramatically.

Most importantly, RegexMatch class now contains a list of matched groups,
with group(0) being entire match, group(1) - first capturing group,
and so on.

Secondly, searchAll now returns a list of RegexMatch objects instead
of reversed flattened list of groups from all matches.
2019-02-11 10:25:24 -03:00
..
2018-03-22 19:11:42 -03:00
2019-02-11 10:25:24 -03:00
2015-06-26 14:35:15 -03:00
2018-12-04 10:49:25 -03:00