Skip to content

Instantly share code, notes, and snippets.

@mrsimo
Created July 8, 2010 07:54
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 mrsimo/467747 to your computer and use it in GitHub Desktop.
Save mrsimo/467747 to your computer and use it in GitHub Desktop.
line = " Transferencia al C.Cost 9100000012 -594,00 15/03/10 traspas fundacio A.Mass\363"
regexp = /^(.+)\s+([-|\d|\.|,]+)\s+(\d+\/\d+\/\d+)\s+(.+)*$/
line.match(regexp) # => 1min at 100% cpu usage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment