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

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

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

2 个仓库

Awesome GitHub RepositoriesIdentifier Regex Validations

Validation of code identifiers against regular expression patterns to prevent illegal naming.

Distinct from Code Naming Patterns: Focuses on the enforcement of naming rules via regex rather than just identifying existing patterns in code.

Explore 2 awesome GitHub repositories matching part of an awesome list · Identifier Regex Validations. Refine with filters or upvote what's useful.

Awesome Identifier Regex Validations GitHub Repositories

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

    codota/TabNine

    10,784在 GitHub 上查看↗

    TabNine is an AI-powered code completion engine that runs a deep-learning model to generate real-time code suggestions across all programming languages. It operates as an editor plugin that communicates with a backend through a JSON message-passing interface, processing code entirely on the local machine or within a private cloud to keep source code secure and private. The system provides a completion request API that accepts cursor context and returns ranked text completions, with features for configuring completion regions, prefetching files for indexing, and managing binary versions and up

    Provides an API to retrieve the identifier regex used by the completion backend for a given file.

    Shellaiartificial-intelligenceatom-package
    在 GitHub 上查看↗10,784
  • checkstyle/checkstylecheckstyle 的头像

    checkstyle/checkstyle

    8,867在 GitHub 上查看↗

    Checkstyle is a Java static analysis tool and linter designed to identify and enforce coding standards and best practices. It functions as a code quality auditor and Javadoc validation tool, checking source code against configurable rulesets to ensure structural and stylistic consistency. The project allows for the creation of custom linting rules by extending a core API to inspect the abstract syntax tree. It further enables specialized validation through the use of XPath expressions to query the syntax tree for specific code patterns and violations. Capability areas include the enforcement

    Matches identifiers against regular expressions to flag names that violate project standards.

    Javacode-qualitycommand-line-toolhacktoberfest
    在 GitHub 上查看↗8,867
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Pattern Matching
  5. Code Naming Patterns
  6. Identifier Regex Validations

探索子标签

  • Identifier Regex RetrievalsReturns the regular expression used by a backend to parse identifiers for a given file. **Distinct from Identifier Regex Validations:** Distinct from Identifier Regex Validations: retrieves the regex used for parsing, not for validating naming rules.