Skip to content

Instantly share code, notes, and snippets.

@robertzk
Created July 26, 2014 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertzk/810f9e36dd167be56647 to your computer and use it in GitHub Desktop.
Save robertzk/810f9e36dd167be56647 to your computer and use it in GitHub Desktop.
xml.gsub(/[0-9]{5,15}/) { |y| y =~ /^000/ ? y : y.split('').map{|w|0}.join}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment