Ezhilan Mahalingam
Ezhilan Mahalingam

Reputation: 3320

Replace a string in mustache template

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

Answers (1)

Ezhilan Mahalingam
Ezhilan Mahalingam

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

Related Questions