| Did you know ... | Search Documentation: |
| terminal_image<-find |
<-find
does and with the same defaults: case sensitive, ignoring word
boundaries, and -- note -- reporting the end of a match going
forwards and its start going back. A negative times
searches backwards. from outside the buffer is clamped to
the nearest end. Fails if there is no match.
Unlike text_buffer<-find,
a repeat starts one character past the match it found, so times
greater than one reaches the hits after the first.