Skip to content

Instantly share code, notes, and snippets.

@goncalossilva
Created December 14, 2012 18:51
Show Gist options
  • Select an option

  • Save goncalossilva/4287650 to your computer and use it in GitHub Desktop.

Select an option

Save goncalossilva/4287650 to your computer and use it in GitHub Desktop.
%(\d*\$|<)?((?:,|\+| |\(|-\d+|0\d+\#)*)?(\d*)?(\.\d*)?([a-zA-Z%\s])
@goncalossilva

Copy link
Copy Markdown
Author

Captures:

0: index (with $)
1: flags
2: width
3: precision (with .)
4: conversion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment