|
There are two options provided for use of Regular Expressions with this tool. The first is to search for a matching pattern in a specific test string. Use this function to test for a pattern inside a string and return the matched elements. The second is to do a replacement of a specified pattern in a specific string. Use this function to replace a pattern inside a string with another string
|