# libtmux._vendor.version.VERSION_PATTERN

- **Module:** libtmux._vendor.version
- **Package:** libtmux
- **Language:** Python
- **Kind:** constant
- **Source:** https://github.com/tmux-python/libtmux/blob/036c521c4b83ce6e434eb50afe2a0d08a6a05e46/src/libtmux/_vendor/version.py#L160
- **Page:** https://libtmux.org/reference/py/libtmux-_vendor-version-version_pattern/

A string containing the regular expression used to match a valid version.

The pattern is not anchored at either end, and is intended for embedding in larger
expressions (for example, matching a version number as part of a file name). The
regular expression should be compiled with the ``re.VERBOSE`` and ``re.IGNORECASE``
flags set.

:meta hide-value:
