|
related |
Extract a sub-pattern of an existing pattern.
Constructs a pattern by extracting all index from a pattern of size N
between B
and E
.
B | Position of first index to extract |
E | Position of last index to extract |
N | Size of the pattern to extract from |