verb as in strong fondness

Strongest matches

basic grep, literal search

Discover More

Example Sentences

Example:Basic grep functions can be limited compared to egrep in terms of pattern matching power.

Definition:A version of the grep command that uses basic regular expressions without extended pattern capabilities.

From basic grep

Example:A literal search would not match a string that includes wildcards or regex symbols, unlike egrep.

Definition:A search for text that matches exactly as specified, without any pattern matching.

From literal search