SubstringAfter
Returns the part of a string that follows a given value.
The SubstringAfter function will return the part of the Input Value string that appears after the first occurrence of the substring in After Value. For example, with the string Hello World in Input Value and l in After Value, the function returns lo World.
If the substring in After Value if not found in the input string, nothing is returned.
Arguments
Input Value | Specify the input value to process. |
Properties
After Value | Enter a substring of the input value. This value is
case-sensitive. This property is also available as an argument. If you specify both, the argument value is used and the property value is ignored. |