Skip to content

Instantly share code, notes, and snippets.

@j1n3l0
Forked from ray1729/gist:896702
Created March 31, 2011 23:36
Show Gist options
  • Save j1n3l0/897486 to your computer and use it in GitHub Desktop.
Save j1n3l0/897486 to your computer and use it in GitHub Desktop.
;; Perl: $RE{num}{-base => 2}{real}{-group => 3}{-sep => ','}
(re-seq (re :real {:base 2 :group 3 :sep \,} ) "1.345")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment