|
Previous Top Next |
| Prototype: | (String pOriginal, String pSearchFor),String |
| pOriginal | Original string to compare |
| pSearchFor | String to search for |
| Returns | Returns extracted string |
This method can be used to extract string from another string.
Example:
ITS ITStringClass
Code
Message(ITS.CompareAndExtract('This or that','This or'))
This call would return ' that'
See also: