fn.substringAfter( input as String?, after as String?, [collation as String] ) as String?
Returns the substring created by taking all of the input characters that occur after the specified $after characters.
fn.substringAfter("123456", "3"); => "456"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.