Skip to content

Instantly share code, notes, and snippets.

@goocey
Created December 2, 2012 12:23
Show Gist options
  • Save goocey/4188408 to your computer and use it in GitHub Desktop.
Save goocey/4188408 to your computer and use it in GitHub Desktop.
なんか正規表現の話が出ていたので。
#!ruby
# coding:utf-8
#
test = <<"EOR"
{\"title\"=>\"hogehoge\"}
EOR
puts test.gsub(/\\/,'')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment