awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesBlogPlan du site
ProjetÀ proposPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

1 dépôt

Awesome GitHub RepositoriesRuntime Data Validations

Dynamic verification of input values against regex patterns and collection membership at runtime.

Distinct from Regular Expression Validations: Distinct from static regex validation: these rules are evaluated dynamically as part of a runtime expression engine.

Explore 1 awesome GitHub repository matching software engineering & architecture · Runtime Data Validations. Refine with filters or upvote what's useful.

Awesome Runtime Data Validations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • knetic/govaluateAvatar de Knetic

    Knetic/govaluate

    3,940Voir sur GitHub↗

    govaluate is a Go expression evaluator and runtime logic parser. It functions as a dynamic rule engine that converts string-based expressions into executable operations, allowing for the calculation of mathematical and logical expressions at runtime. The library enables the execution of business rules and custom formulas without recompiling source code. It supports extending evaluation behavior through the injection of external parameters and the execution of user-defined custom functions. The system provides capabilities for dynamic data validation, including regular expression matching and

    Checks if input values meet specific runtime criteria using regular expressions and collection membership.

    Goevaluationexpressiongo
    Voir sur GitHub↗3,940
  1. Home
  2. Software Engineering & Architecture
  3. Regular Expression Validations
  4. Runtime Data Validations