The regexp Package
This lesson provides information about the regexp package and the functionalities it provides.
We'll cover the following...
We'll cover the following...
In the code above, outside main at line 4, we import the package regexp. We want to search a string pattern pat (declared in main at line 10) in a string searchIn ( declared in main at line 9). At line 12, we have a function f. It is taking a string s ...