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]?'

Supported by

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