awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cezheng avatar

cezheng/PySwiftyRegex

0
View on GitHub↗
229 stars·13 forks·Swift·MIT·3 views

PySwiftyRegex

Easily deal with Regex in Swift in a Pythonic way

Features

  • Regular Expressions - Pythonic regex handling in Swift.

Star history

Star history chart for cezheng/pyswiftyregexStar history chart for cezheng/pyswiftyregex

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to PySwiftyRegex

Similar open-source projects, ranked by how many features they share with PySwiftyRegex.
  • cesanta/slrecesanta avatar

    cesanta/slre

    558View on GitHub↗

    Super Light Regexp engine for C/C++

    C
    View on GitHub↗558
  • crossroadlabs/regexcrossroadlabs avatar

    crossroadlabs/Regex

    329View on GitHub↗

    Regular expressions for swift

    Swift
    View on GitHub↗329
  • fighting41love/coconlpfighting41love avatar

    fighting41love/cocoNLP

    1,130View on GitHub↗

    A Chinese information extraction tool.

    Python
    View on GitHub↗1,130
  • any86/any-ruleany86 avatar

    any86/any-rule

    8,662View on GitHub↗

    Any-rule is a multi-platform regular expression tool that provides a curated catalog of over 70 ready-to-use patterns for validating and extracting common data formats. The project separates its static regex collection from editor-specific plugins, allowing the same pattern library to be accessed through VS Code, IntelliJ IDEA, Alfred Workflow, and a web interface. The tool enables keyword-based pattern retrieval, letting users search for the correct regex by typing descriptive terms rather than remembering exact syntax. It covers a broad range of validation needs including email addresses, U

    TypeScriptawsomeexpressregex
    View on GitHub↗8,662
See all 18 alternatives to PySwiftyRegex→

Frequently asked questions

What does cezheng/pyswiftyregex do?

Easily deal with Regex in Swift in a Pythonic way

What are the main features of cezheng/pyswiftyregex?

The main features of cezheng/pyswiftyregex are: Regular Expressions.

What are some open-source alternatives to cezheng/pyswiftyregex?

Open-source alternatives to cezheng/pyswiftyregex include: cesanta/slre — Super Light Regexp engine for C/C++. crossroadlabs/regex — Regular expressions for swift. fighting41love/coconlp — A Chinese information extraction tool. google/re2 — re2 is a C++ regular expression library designed for high-performance text processing. It is a non-backtracking regex… hanickadot/compile-time-regular-expressions — This library is a header-only C++ framework that performs regular expression evaluation and static string analysis… any86/any-rule — Any-rule is a multi-platform regular expression tool that provides a curated catalog of over 70 ready-to-use patterns…