awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

Awesome GitHub RepositoriesRegex Text Replacement

Modifying column content using regular expression search and replace patterns.

Distinct from Column Transformation: Focuses on updating existing text values via regex, whereas Column Transformation focuses on adding new computed columns.

Explore 7 awesome GitHub repositories matching data & databases · Regex Text Replacement. Refine with filters or upvote what's useful.

Awesome Regex Text Replacement GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • saulpw/visidataAvatar de saulpw

    saulpw/visidata

    8,834Ver en GitHub↗

    VisiData is a terminal-based interactive data analysis tool and browser designed for exploring, filtering, and sorting large tabular datasets. It functions as a structured data inspector that loads and flattens complex formats like JSON, XML, and PCAP into interactive sheets, as well as a terminal file manager for navigating directories and performing staged filesystem operations. The project distinguishes itself by rendering data visualizations, such as scatter plots and histograms, directly in the terminal using Unicode Braille characters. It provides a Python-based data wrangling environme

    Provides the ability to transform column text using regular expression patterns.

    Pythonclicsvdatajournalism
    Ver en GitHub↗8,834
  • zumerlab/snapdomAvatar de zumerlab

    zumerlab/snapdom

    7,902Ver en GitHub↗

    Snapdom is a DOM capture engine that serializes live web page elements into images, videos, documents, and other formats. It converts any DOM subtree into PNG, JPG, WebP, SVG, PDF, or self-contained HTML, and can record animating elements as video files or animated GIFs using the browser's MediaRecorder API. The library distinguishes itself through a plugin-based architecture that allows custom output format handlers and pipeline hooks to extend the capture process without re-cloning the source element. It manages separate caches for images, styles, and fonts with preloading and clearing meth

    Performs string or regex find-and-replace on text content within the captured DOM clone before export.

    JavaScriptcapture-screenclonedom
    Ver en GitHub↗7,902
  • reamd7/notion-zh_cnAvatar de Reamd7

    Reamd7/notion-zh_CN

    7,063Ver en GitHub↗

    notion-zh_CN is a localization proxy and translation layer designed to adapt the Notion interface for Chinese users. It functions as a serverless tool that intercepts network traffic to deliver translated interface text and localized content in real time. The project provides a specialized proxy worker that translates user interface elements and slash commands into Chinese. It further enables localized command discovery by mapping pinyin keystrokes to application functions, allowing users to trigger internal commands without using English. The system also manages network traffic routing to o

    Scans the rendered page for specific text patterns and replaces them with localized Chinese strings via script execution.

    JavaScript
    Ver en GitHub↗7,063
  • nalgeon/sqleanAvatar de nalgeon

    nalgeon/sqlean

    4,344Ver en GitHub↗

    sqlean es una colección de librerías de extensión para SQLite implementadas como librerías compartidas basadas en C. Proporciona un conjunto de funciones escalares y de tabla adicionales que amplían las capacidades nativas del motor de base de datos SQLite. El proyecto proporciona conjuntos de herramientas especializados para criptografía, matemáticas avanzadas, redes y acceso al sistema de archivos. Estos incluyen hashing y codificación binaria, análisis estadístico, validación de direcciones IP y la capacidad de mapear archivos CSV o rutas del sistema de archivos como tablas virtuales. La librería también incluye herramientas integrales de procesamiento de texto como expresiones regulares, coincidencia difusa (fuzzy matching) y manipulación de cadenas consciente de Unicode. Las capacidades adicionales cubren la gestión de fecha y hora de alta precisión y la generación de identificadores únicos.

    Supports modifying text by substituting matching substrings using regular expression search and replace.

    C
    Ver en GitHub↗4,344
  • gam-team/gamAvatar de GAM-team

    GAM-team/GAM

    4,206Ver en GitHub↗

    GAM is a command-line tool for administering Google Workspace and Cloud Identity. It translates command-line arguments into structured API calls, enabling administrators to manage users, groups, organizational units, and domain settings across a Google Workspace environment. The tool handles authentication through OAuth2 flows, service accounts, and workload identity federation, and supports multi-tenant configurations for managing multiple domains or cloud projects from a single installation. GAM distinguishes itself through its batch processing and automation capabilities. It can process la

    Standardizes data like phone numbers using regular expression search and replace patterns.

    Pythongamgooglegoogle-admin-sdk
    Ver en GitHub↗4,206
  • dathere/qsvAvatar de dathere

    dathere/qsv

    3,687Ver en GitHub↗

    qsv is a high-performance command line toolkit for querying, transforming, and analyzing comma-separated value files. It functions as a data wrangling interface and a tabular data profiler, featuring a query engine capable of executing SQL statements and joins directly on flat files without requiring a database. The project is distinguished by its ability to process massive datasets that exceed available system memory. This is achieved through disk-based external memory processing, including multithreaded merge sorting, on-disk hash tables for deduplication, and lightweight file indexing for

    Provides high-performance column content modification using regular expression search and replace patterns.

    Rustaickancsv
    Ver en GitHub↗3,687
  • ehtagtranslation/ehsyringeAvatar de EhTagTranslation

    EhTagTranslation/EhSyringe

    3,474Ver en GitHub↗

    EhSyringe is a browser translation extension and tag translation engine designed to replace website tags and content with localized versions. It functions as a dynamic content localizer and custom translation database client that maps original metadata tags to preferred languages to improve content discoverability on gallery websites. The project provides a search enhancement toolkit that enables cross-language content discovery and enhanced site search. This includes translation-aware autocomplete suggestions in search fields, the ability to perform searches via the address bar, and context-

    Modifies interface strings using regular expression patterns to apply custom terminology or formatting.

    TypeScriptbrowser-extensione-hentaitranslation
    Ver en GitHub↗3,474
  1. Home
  2. Data & Databases
  3. Column Transformation
  4. Regex Text Replacement

Explorar subetiquetas

  • DOM Text Find-and-ReplacePerforms string or regex find-and-replace on text content within a captured DOM clone. **Distinct from Regex Text Replacement:** Distinct from Regex Text Replacement: applies find-and-replace specifically within a cloned DOM subtree for capture, not general column data transformation.