find_get_ignored_hyphen
Description:
When using find_text_with_options with the MULTILINE flag, a match may span more than one line, and may have been formed by ignoring a hyphen at the end of the line.
When this happens at the end of the line corresponding to this, this function returns true
(and
then find_get_match_continued will also return
true
); otherwise it returns false
.
Note that you must only call this function on a Rectangle returned in the list from find_text or find_text_with_options.
Parameters:
this |
Returns:
whether a hyphen was ignored at the end of the line corresponding to this. |