reversed-regexp


Vocabulary
regexp.ast

Syntax
R/ .../r


Word description
When running a regexp compiled with this mode, matches will start from the end of the input string, going towards the beginning.

Definition