c# - windows form application "Find" -


i have no idea "match whole word only" , "match case", can give me suggestion? thank you. below codes.

enter image description here

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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -