c# - windows form application "Find" -
i have no idea "match whole word only" , "match case", can give me suggestion? thank you. below codes.
match case:
performs case sensitive search; exact matches found (e.g. "mystring" matches "mystring" not "mystring").
match whole word only:
search strings match if whitespace occurs on either side of string. example, if search string "edit" , "word" selected, occurrences of word "edit" found. if not selected, "editing", "editor", "editorial" , "edited" found.
Comments
Post a Comment