Computer Science, asked by prashantgupta8feb, 1 month ago

String pattern matching

Answers

Answered by HarishBhagat
0

Answer:

A string enclosed within double quotes ('"') is used exclusively for pattern matching (patterns are a simplified form of regular expressions - used in most UNIX commands for string matching). Patterns are internally converted to equivalent regular expressions before matching.

Similar questions