Skip to main content

regex redone

Project description

from rere import *

money_regex = Exactly(‘$’) + Digit*2 + (Exactly(‘.’) + Digit*2).zero_or_one

regex.match(‘$23.95’) # ==> True

Isn’t this better than regex.compile(’\$\d\d(.\d\d)?’)?

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rere-0.1.0.tar.gz (1.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page