substring-after( a, b )
Group |
Returns the subtext of a following directly after the occurrence of b.
Description of Parameters
Parameter |
Description |
a |
Text. |
b |
Subtext to search. |
Examples
Parameter a |
Parameter b |
Result |
abcdef |
abc |
def |
abcdef |
x |