@Junseok-Park
For example, searching in regular expression mode for
would find every line containing “XYZ” (one time only, no matter how many times “XYZ” was on a line) and nothing in the find window would be highlighted.
If you want to highlight the first “XYZ” and everything after it, leave the “\K” out of the regex.