Computer Science, asked by Saadiyah9247, 1 year ago

Briefly describe the methods of regular expression.

Answers

Answered by davnit9949
0

Answer:

Simply put, regular expression is a sequence of character(s) mainly used to find and replace patterns in a string or file. As I mentioned before, they are supported by most of the programming languages like python, perl, R, Java and many others. So, learning them helps in multiple ways (more on this later).

Similar questions