Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Split a value on a character

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?

1 5 598
5 REPLIES 5