[ Version ( deprecated = true , deprecated_since = "3.22" , since = "3.10" ) ]
public bool backward (TextIter iter, out TextIter match_start, out TextIter match_end)
Warning: backward is deprecated since 3.22.
Synchronous backward search.
Use backward2 instead.
It is recommended to use the asynchronous functions instead, to not block the user interface. However, if you are sure that the
buffer
is small, this function is more convenient to use.
this | |
iter |
start of search. |
match_start |
return location for start of match, or |
match_end |
return location for end of match, or |
whether a match was found. |