I have decoded a JWT token which has a specific claim - {jwt.ContextToken.claim.appctxsender}However I need to use part of this string - the format or the claim string is abcdefghiljk@123456677 - how would I use the characters after the @ symbol in another policy. In javascript it would be myclaim.split("@")[1], but how do I do this in the Apigee XML?