Skip to main content

Python3 module with regex patterns related to numbers.

Project description

servusnumre

Python3 module with regex patterns related to numbers.

Installation

Install with pip

pip3 install -U servusnumre

Usage

In [1]: import servusnumre

In [2]: servusnumre.float_pattern

Out[2]: '[-+]?[0-9]*[\\.,]?[0-9]+'

In [3]: servusnumre.exponent_pattern

Out[3]: '[eE]?[-+]?[0-9]?'

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

servusnumre-0.1.tar.gz (1.5 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