Regular expressions on ropes
Type of compiled regular expressions.
regexp_match ?sem regexp rope pos tries to match regexp on
given rope, starting at pos.
search_forward ?sem regexp rope pos searches the given regular
expression in rope starting at pos.
search_backward ?sem regexp rope pos searches the given
regular expression in rope starting at pos, in reverse
order.