package_version_number/src/patterns library
Constants
- compatibleWithChar → const String
- The "compatible with" operator.
Properties
- completeVersion → RegExp
-
Like startVersion but matches the entire string.
final
- startComparison → RegExp
-
Parses a comparison operator ("<", ">", "<=", or ">=") at the beginning of
a string.
final
- startVersion → RegExp
-
Regex that matches a version number at the beginning of a string.
final