Turn a ninja to case-insensitive [Nn][Ii][Nn][Jj][Aa] regexp!
I bumped into this in a dailywtf code: http://pastebin.com/QApa5ycS I didn't want to translate a string whenever I wanted to be [Ss][Aa][Rr][Cc][Aa][Ss][Tt][Ii][Cc] on slack, so I figured a script (python, sed, whatever) would be helpful. Well, or a few vim keystroke!
Start file
SarCastic
End file
[Ss][Aa][Rr][Cc][Aa][Ss][Tt][Ii][Cc]
View Diff
1c1 < SarCastic --- > [Ss][Aa][Rr][Cc][Aa][Ss][Tt][Ii][Cc]
Solutions by @valacar:
Unlock 1 remaining solutions by signing in and submitting your own entry