📜  perv (1)

📅  最后修改于: 2023-12-03 15:18:18.249000             🧑  作者: Mango

Perv: A Powerful and Efficient Regex Validator

Are you tired of manually testing your regular expressions one by one? Look no further than Perv. With its intuitive command-line interface and lightning-fast processing speed, Perv can validate your regex patterns in no time.

Features
  • Supports all major regex syntaxes, including ECMAScript, Python, and PCRE.
  • Quick and easy installation with pip.
  • Command-line interface with multiple options for customized validation.
  • High-speed processing for efficient testing of large sets of regex patterns.
Installation

To install Perv, simply run the following command:

pip install perv
Usage

Perv is designed to be simple and intuitive to use. To validate a regular expression, simply run the following command:

perv "your-regex-pattern-here"

Perv will then display the results of the validation, letting you know if the regex pattern is valid or not. You can also use various options to customize the validation process:

  • --silent - Suppress all output except for the validation result.
  • --verbose - Display detailed information about the validation process.
  • --test - Validate a specific string against the regex pattern.
Conclusion

Perv is an essential tool for any programmer working with regular expressions. Its powerful feature set and lightning-fast processing speed make it a top choice for validating your regex patterns. So why wait? Start using Perv today and take the first step towards more efficient and effective regular expression testing.