Skip to content

Instantly share code, notes, and snippets.

@clintmjohnson
Created September 6, 2015 20:57
Show Gist options
  • Save clintmjohnson/be8b50bbddc02810f79b to your computer and use it in GitHub Desktop.
Save clintmjohnson/be8b50bbddc02810f79b to your computer and use it in GitHub Desktop.
this line of code replaces text in each line for nimbletext - http://nimbletext.com/HowTo/ManipulateText
<% $row
.replace(/a dull boy/,'an axe-wielding maniac')
.replace(/an axe/,'a teddy bear')
.replace(/work/,'sex')
%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment