Created
September 6, 2015 20:57
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% $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