1.

How Regexp.execute Method Works?

Answer»

The Execute METHOD works LIKE REPLACE, except that it returns a Matches collection OBJECT, containing a Match object for each successful match. It doesn't modify the original string.

The Execute method works like Replace, except that it returns a Matches collection object, containing a Match object for each successful match. It doesn't modify the original string.



Discussion

No Comment Found