Skip to content

Instantly share code, notes, and snippets.

@plvhx
Created March 1, 2022 10:28
Show Gist options
  • Save plvhx/2c2bcb18f3fbf56199635f9817bb62a2 to your computer and use it in GitHub Desktop.
Save plvhx/2c2bcb18f3fbf56199635f9817bb62a2 to your computer and use it in GitHub Desktop.
hellish currency detector
'(?:(?:Rp)(?:\s*)(\d+)|(?:IDR)(?:\s*)(\d+)(?:\,(\d+))+(?:\.\d+)*|(?:Rp\.)(?:\s*)(\d+)(?:\.(\d+))+|(?:RP)(?:\s*)(\d+)(?:(?:\,)(\d+))+(?:\.\-)?|(\d+)((?:(?:\.)(?:\d+))+)(?:\,00)?)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment