[go: up one dir, main page]

Showing 350 open source projects for "regex"

View related business solutions
  • Enterprise-Grade Monitoring - Zero Compromises Icon
    Enterprise-Grade Monitoring - Zero Compromises

    PRTG delivers deep visibility and proactive alerts for complex IT. Monitor, analyze, and optimize - all in one platform.

    Managing a large, distributed IT environment demands more than basic monitoring. PRTG provides a unified view of your entire infrastructure - across sites, clouds, and hybrid setups. Advanced analytics, customizable dashboards, and granular access controls empower your team to detect issues early and respond fast. Automate reporting, ensure compliance, and scale effortlessly as your network grows. With PRTG, you get reliability, flexibility, and the insights you need to keep your business running at peak performance.
    Start Your Free PRTG Trial
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
    Learn More
  • 1
    Regex

    Regex

    Generate matching and non matching strings based on regex patterns

    Generate matching and non-matching strings. This is a java library that, given a regex pattern, allows to generation of matching strings. Iterate through unique matching strings. Generate not matching strings. Follow the link to Online IDE with created project: JDoodle. Enter your pattern and see the results. By design a+, a* and a{n,} patterns in regex imply an infinite number of characters should be matched. When generating data, that would mean values of infinite length might be generated...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Regex+
    Java regular expression matching
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    yt-dlp

    yt-dlp

    A youtube-dl fork with additional features and fixes

    yt-dlp is a youtube-dl fork based on the now inactive youtube-dlc. The main focus of this project is adding new features and patches while also keeping up to date with the original project
    Downloads: 236 This Week
    Last Update:
    See Project
  • 4
    ripgrep

    ripgrep

    Regex pattern directory search tool that respects your .gitignore

    ripgrep is a line-oriented search tool that actively searches the directory you're currently in for a regex pattern. By default, ripgrep will ignore your .gitignore and skip hidden files or directories and binary files automatically. ripgrep has first class support on Windows, macOS and Linux, with binary downloads available for every release. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. ripgrep supports arbitrary input preprocessing filters which...
    Downloads: 30 This Week
    Last Update:
    See Project
  • Stigg | SaaS Monetization and Entitlements API Icon
    Stigg | SaaS Monetization and Entitlements API

    For developers in need of a tool to launch pricing plans faster and build better buying experiences

    A monetization platform is a standalone middleware that sits between your application and your business applications, as part of the modern enterprise billing stack. Stigg unifies all the APIs and abstractions billing and platform engineers had to build and maintain in-house otherwise. Acting as your centralized source of truth, with a highly scalable and flexible entitlements management, rolling out any pricing and packaging change is now a self-service, risk-free, exercise.
    Learn More
  • 5
    PDFPatcher

    PDFPatcher

    A versatile toolkit for PDF manipulation

    PDFPatcher (aka “PDF补丁丁”) is a versatile toolkit for PDF manipulation—editing document metadata, bookmarks, page layout, content restrictions, rotation, compression, merging/splitting, image extraction, and more, all within an intuitive interface. Merge/split PDFs or images, preserve or add bookmarks, and set page dimensions. Batch style/color/target changes, regex/XPath search/replace, mid‑page positioning. Modify PDF metadata, page numbers, links, initial view mode, and remove open actions.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 6
    RisuAI

    RisuAI

    Make your own story. User-friendly software for LLM roleplaying

    RisuAI (or Risu) is a cross-platform AI roleplay chat application—available as both a desktop and web solution—offering creative story-building and character interaction experiences with support for multiple APIs, in-chat assets, regex capabilities, and more. Supports OpenAI, Claude, Gemini, DeepInfra, Ooba, OpenRouter... and More. Display the image of the current character, according to his/her expressions. Modify model's output by regex, to make a custom GUI and others.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 7
    EverythingToolbar

    EverythingToolbar

    Everything integration for the Windows taskbar

    ... Everything filters in the EverythingToolbar's Filters settings. Easily toggle search flags (match case, whole word, match path, and regex) to find your files with precision. Create custom Open with actions by navigating to Settings → Custom actions. Enable Automatically apply rules based on condition to execute commands automatically based on file type and regular expressions. Leave the regex field empty to display the action only in the context menu.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 8
    autobrr

    autobrr

    Modern, easy to use download automation for torrents and usenet

    autobrr is an automated torrent management and filtering tool designed for power users who want precise control over torrent downloads from trackers and indexers. It monitors IRC and RSS feeds for torrent announcements and matches them against user-defined filters to automatically send matching torrents to download clients. Ideal for private tracker users, autobrr integrates with popular clients like qBittorrent, Deluge, and rTorrent, and allows advanced filtering based on release names,...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 9
    Tagify

    Tagify

    Lightweight, efficient Tags input component in Vanilla JS

    ...-suggest input as-you-type with the ability to auto-complete. Can paste in multiple values: tag 1, tag 2, tag 3 or even newline-separated tags. Tags can be created by Regex delimiter or by pressing the "Enter" key/focusing of the input. Validate tags by Regex pattern or by function. Tags may be editable (double-click).
    Downloads: 8 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 10
    OpenResty

    OpenResty

    High Performance Web Platform Based on Nginx and LuaJIT

    OpenResty is a full-fledged web application server that extends Nginx by seamlessly embedding LuaJIT, bundled Nginx core, numerous third-party modules, and Lua libraries—creating a powerful platform for scalable web services, APIs, and gateways. An extensive ecosystem of Lua libraries and third-party Nginx modules that interoperate cohesively. Supports scripting of SSL, process control, regex, pipes, and logging via Lua APIs. Well-supported documentation, Docker tooling, and commercial support...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    ReTest.jl

    ReTest.jl

    Testing framework for Julia

    ReTest is a testing framework for Julia allowing defining tests in source files, whose execution is deferred and triggered on demand. This is useful when one likes to have definitions of methods and corresponding tests close to each other. This is also useful for code that is not (yet) organized as a package, and where one doesn't want to maintain a separate set of files for tests. Filtering run testsets with a Regex, which is matched against the descriptions of testsets. This is useful...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Radarr

    Radarr

    A fork of Sonarr to work with movies à la Couchpotato

    Radarr makes failed downloads a thing of the past. Password-protected releases, missing repair blocks or virtually any other reason? no worries. Radarr will automatically blacklist the release and tries another one until it finds one that works. Ensure you get the right release every time! Custom Formats allow fine control over release prioritization and selection. As simple as a single preferred word or as complex as you want with multiple criteria and regex. Find all the releases, choose...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 13
    Labeler

    Labeler

    Label manager for PRs and Issues based on configurable conditions

    An advanced, all-in-one GitHub Action enabling dynamic labeling of both issues and PRs based on a variety of configurable rules—covering metadata like age, author, branch, file changes, draft status, and more. A flexible tool for automating repository hygiene.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    rga

    rga

    rga: ripgrep, but also search in PDFs, E-Books, Office documents, etc.

    rga is a line-oriented search tool that allows you to look for a regex in a multitude of file types. rga wraps the awesome ripgrep and enables it to search in PDF, docx, sqlite, JPG, movie subtitles (mkv, mp4), etc.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    Zoekt

    Zoekt

    Fast trigram based code search

    zoekt is a fast, scalable code search engine written in Go that builds compressed indexes (shards) for source repositories and serves low-latency regex and substring queries. It optimizes for developer workflows: refresh indexes from Git, search across many repos instantly, and jump into hits with surrounding context and file navigation. The indexer uses efficient n-gram dictionaries and posting lists to keep query latency low, while storing metadata (branch, language, repo) for precise...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    sd

    sd

    Intuitive find & replace CLI (sed alternative)

    sd is an intuitive find-and-replace CLI. Painless regular expressions. sd uses regex syntax that you already know from JavaScript and Python. Forget about dealing with quirks of sed or awk - get productive immediately. Non-regex find & replace. No more backslashes or remembering which characters are special and need to be escaped. Find & replace expressions are split up, which makes them easy to read and write. No more messing with unclosed and escaped slashes.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    pg_flo

    pg_flo

    Stream, transform, and route PostgreSQL data in real-time

    The easiest way to move and transform data between PostgreSQL databases.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    Ricks-Lab GPU Utilities

    Ricks-Lab GPU Utilities

    A set of utilities for monitoring and customizing GPU performance

    A set of utilities for monitoring GPU performance and modifying control settings. In order to get the maximum capability of these utilities, you should be running with a kernel that provides support for the GPUs you have installed. If using AMD GPUs, installing the latest AMD GPU driver or ROCm package may provide additional capabilities. If you have Nvidia GPUs installed, you should have Nvidia-smi installed in order for the utility reading of the cards to be possible. Writing to GPUs is...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19

    RE2/J

    linear time regular expression matching in Java

    RE2/J is a high-performance regular expression engine implemented in pure Java as a port of Google’s C++ RE2 library. Unlike traditional regex engines such as Java’s java.util.regex, PCRE, or Perl’s implementation—which rely on backtracking and can suffer from catastrophic exponential runtimes—RE2/J guarantees linear-time matching relative to input size. It achieves this efficiency by simulating all possible matches in a single pass using a nondeterministic finite automaton (NFA), ensuring...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    iTerm2

    iTerm2

    iTerm2 is a terminal emulator for Mac OS X that does amazing things

    iTerm2 is a modern, feature-rich terminal emulator for macOS. It extends and improves on the built-in Terminal app by offering advanced features like split panes, profiles, search, autocomplete, instant replay of terminal history, and much more. The repository contains the full source code (primarily in Objective-C / Swift) along with UI components, extensions, and support tools. It is released under the GPL-2.0 license. The project is quite mature (with many commits and contributors) and...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 21
    fltr

    fltr

    Like grep but for natural language questions

    fltr is a minimal, dependency-free filtering utility written in C, inspired by UNIX philosophy and designed for high-performance data stream filtering. It allows users to apply pattern-based rules to lines of input—much like grep or awk—but with a focus on simplicity, low overhead, and customizability. It's intended for those who need a small, efficient tool to clean, parse, or analyze large streams of textual data on the command line without complex scripting or configuration.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    TextFSM

    TextFSM

    Python module for parsing semi-structured text into python tables

    ... defines states, transitions, and regex patterns that determine how to interpret text line by line, enabling precise extraction of key information from varied sources. This modular approach allows users to maintain a library of templates for different data formats, improving automation in network operations and system administration. Widely used in network automation workflows, TextFSM integrates easily with Python scripts, making it an essential tool for engineers.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    nvim-regexplainer

    nvim-regexplainer

    Describe the regexp under the cursor

    Describe the regular expression under the cursor. You need to install regex with nvim-treesitter, as well as the grammar for whichever host language you're using.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Perl 5

    Perl 5

    The Perl programming language

    This repository contains the reference implementation of the Perl 5 programming language, including the interpreter, core modules, build system, and an extensive test suite. Perl 5 is a multi-paradigm language renowned for powerful text processing, rich regular expressions, and pragmatic glue code across systems. The core distribution is highly portable, building on Unix, Linux, Windows, and many other platforms, with stable release cycles and careful back-compatibility. A C API (XS) and...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    TBOX

    TBOX

    A glib-like multi-platform c library

    TBOX is a glib-like cross-platform C library that is simple to use yet powerful in nature. The project focuses on making C development easier and provides many modules (.e.g stream, coroutine, regex, container, algorithm ...), so that any developer can quickly pick it up and enjoy the productivity boost when developing in C language. It supports the following platforms: Windows, Macosx, Linux, Android, iOS, BSD and etc. Supports file, data, http and socket source. Supports the stream filter...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next