Hi,
since I can't restrict a search to a rectangular selection,
I wonder is there any difference in memory use between
txt = get_selection()
pos = search_string(txt, ...)
and
pos = search_string(get_selection(), ...)
Cheers,
Jörg