mpylab.tools.regular_expressions module¶
Reusable regular expressions for numeric and inline-file values.
The floating-point patterns accept the decimal syntax understood by Python’s
float constructor, including underscores between digits. They deliberately
exclude non-decimal forms and special values such as inf and nan.
- author:
Hans Georg Krauthäuser (main author)
- license:
GPLv3 or higher