Reputation: 3320
I have a mustache code to generate the output in the below format.
[{{url}}]
here url comes like "http://test.it.corp.com", I would like to replace the "http" with "external". Is it possible through mustache. Please help. Thanks!
Upvotes: 1
Views: 6624
Reputation: 3320
After so much research found there is no way to do this in mustache, I did it in java and sent the string to mustache.
Upvotes: 3