awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesFrontend Input Validators

Utilities for validating user-facing input strings against common formats before processing.

Distinct from Data Validation: Candidates focus on specific phone number logic or backend data validation rather than general frontend input validation.

Explore 1 awesome GitHub repository matching web development · Frontend Input Validators. Refine with filters or upvote what's useful.

Awesome Frontend Input Validators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • arasatasaygin/is.jsarasatasaygin 的头像

    arasatasaygin/is.js

    9,078在 GitHub 上查看↗

    is.js is a JavaScript validation library and data type checker. It provides a suite of utilities to verify whether variables are primitives, arrays, functions, or specific object types. The project allows for the implementation of custom validation logic and the use of naming namespaces to override default rules and regular expressions. It covers a broad range of validation capabilities, including numeric arithmetic properties, date and time analysis for relative and absolute ranges, and string format verification for patterns such as emails, URLs, and IP addresses. The library also includes

    Verifies that user input strings match specific formats like emails, URLs, and phone numbers before processing.

    JavaScript
    在 GitHub 上查看↗9,078
  1. Home
  2. Web Development
  3. Frontend Input Validators