method chunks
Documentation for method chunks
assembled from the following types:
class Match
From Match
(Match) method chunks
Returns a list of pairs, with the index or submatch name as key and the submatches as values. The list is ordered by starting position of the submatches.
Those parts of the string that were not matched by submatches are interleaved with the other pairs, with the string ~
as key.