I can\'t find the exact answer for this question so I hope someone will help me here.
I have a string and I want get the substring after the last \'.\'. I\'m using
Here is a solution using EXSLT str:tokenize:
(the if is here because if your string ends with the separator, tokenize won't return an empty string)
if