Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created October 6, 2019 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iaindooley/4e3c026bfa31a131fc2ced6ec9652743 to your computer and use it in GitHub Desktop.
Save iaindooley/4e3c026bfa31a131fc2ced6ec9652743 to your computer and use it in GitHub Desktop.
Replace matched text
function replacedMatchedText(notification)
{
var card = new Notification(notification).createdCard();
card.setDescription(card.description().replace("119902071268","."));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment