Version 2.02 Changes
Listed here is the fix in this version between version 2.01 and version 2.02 of the Regular Expression Library. This information also exists in the Read Me file for the component.
Fixes include:
a) The ChangeFiles method would not make the correct changes to files if the ParseExpression method had not been called first. ParseExpression is also called internally by the string matching and replacing functions. It should never be necessary for the programmer to call ParseExpression directly in order to call the other methods of the RegularExpression component(s). This problem has been fixed so that ChangeFiles will work properly even when ParseExpression has not been previously called.