Computer Science, asked by samyrabudhwani7828, 1 year ago

What are strings in a regular expression compiler design?

Answers

Answered by brainlyishant
0

Regular expression is an important notation for specifying patterns. Each pattern matches a set of strings, so regular expressions serve as names for a set of strings. Programming language tokens can be described by regular languages.

Similar questions