Skip to content

Instantly share code, notes, and snippets.

@josefslerka
Created August 3, 2012 15:06
Show Gist options
  • Save josefslerka/3248443 to your computer and use it in GitHub Desktop.
Save josefslerka/3248443 to your computer and use it in GitHub Desktop.
Odstraneni RT
if(substring(value,0,3)=="RT ", substring(value,3), value)
value.replace(/^RT @\w+:/,' ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment