Computer Science, asked by kamalpvg, 2 months ago

what regular expression matches the strings Regular or regex​

Answers

Answered by jiyashah2901
0

Answer:

The REGEX function matches a string to a regular expression and returns true (1) if it matches and false (0) if it does not match. A regular expression is a sequence of special characters and literal characters that you can combine to form a search pattern.

Similar questions