Skip to main content

Module regex_engine

Module regex_engine 

Source
Expand description

Regex-based version file engine for user-defined [[version_files]].

Implements version detection, reading, and writing for arbitrary files matched by path and a regex pattern whose first capture group contains the version string.

Structsยง

RegexVersionFile
A version file engine driven by a user-supplied regex.