Skip to content

Instantly share code, notes, and snippets.

@mrtazz
Created April 29, 2010 16:27
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 mrtazz/383851 to your computer and use it in GitHub Desktop.
Save mrtazz/383851 to your computer and use it in GitHub Desktop.
#
# vim search and replace regex to transform and shorten numbers
# from excel to tex
#
s/\([0-9]\{1,3}\),\?\([0-9]\{0,2}\)[0-9]* \|\t\|\n/\1,\2 \& /g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment