Briefly describe the methods of regular expression.
Answers
Answered by
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