52 Repos
Tools zum Generieren von URL-freundlichen Slugs aus Text-Strings.
Explore 52 awesome GitHub repositories matching part of an awesome list · String-Manipulation. Refine with filters or upvote what's useful.
This PHP library provides tools for generating and validating universally unique identifiers according to RFC 4122 standards. It implements a generation tool for creating version 1, 3, 4, and 5 identifiers, as well as sequential and Nil UUIDs. The library features specialized capabilities for transforming identifiers between hexadecimal strings, binary bytes, integers, and date objects. It supports the generation of sequential identifiers to improve database indexing and storage performance, as well as deterministic name-based identifiers using MD5 or SHA-1 hashing. The project includes a va
Generates universally unique identifiers.
This is a suite of JavaScript utilities for the bidirectional conversion and manipulation of URL components and query parameters. It provides a mechanism for parsing URL query strings into data objects and serializing those objects back into URL-encoded strings. The library includes functions for filtering, isolating, and modifying parameters within a full URL or query string. It supports the construction of complete web links by combining base addresses with formatted query parameters. The toolset covers data transformation primitives such as alphabetical key sorting, input sanitization, an
Parses and stringifies URL query parameters.
URI.js is a full-featured JavaScript library for parsing, building, normalizing, and mutating URLs and their components programmatically. It provides a mutable-component object model that exposes each URL part as a separate object with getter and setter methods, enabling direct manipulation of schemes, hosts, paths, query strings, and fragments. The library implements strict RFC 3986 compliance for encoding, decoding, and normalization of URI components, and includes a template expansion engine that substitutes variables using operator-specific rules. The library distinguishes itself through
Utility for URL manipulation.
sds ist eine C-Bibliothek für dynamische Strings, die einen Wrapper für die Speicherverwaltung von Strings auf dem Heap bereitstellt. Sie implementiert binärsichere Speicherung durch explizite Längenverfolgung, wodurch die Bibliothek Null-Bytes innerhalb der Daten verarbeiten kann. Die Bibliothek zeichnet sich durch eine Speicherarchitektur aus, die austauschbare Funktionszeiger für die Speicherallokation und -freigabe verwendet, was die Integration benutzerdefinierter Speicherverwalter ermöglicht. Sie nutzt eine im Header gespeicherte Längenverfolgung für den Zugriff auf die String-Länge in konstanter Zeit und hält Null-terminiertes Padding im Puffer vor, um die Kompatibilität mit Standard-C-String-Funktionen zu gewährleisten. Das Toolkit deckt eine breite Palette an String-Manipulationsfunktionen ab, darunter Konkatenation, Tokenisierung, Zusammenfügen und Bereichsextraktion. Zudem bietet es Hilfsprogramme für die In-Place-Mutation von Puffern, wie z. B. Trimmen und Zuschneiden, sowie optimierte Alternativen zur String-Formatierung für Standard-Print-Funktionen.
Dynamic string library compatible with standard C functions.
Dieses Projekt ist ein PHP-User-Agent-Parser und Detektor für Mobilgeräte. Es analysiert HTTP-User-Agent-Strings, um den Webbrowser, das Betriebssystem und den Gerätetyp des Besuchers zu identifizieren. Die Bibliothek bietet eine dedizierte Integration für das Laravel-Web-Framework. Sie unterscheidet zwischen Mobiltelefonen, Tablets und Desktop-Computern und identifiziert Web-Robots sowie die spezifischen Namen von Suchmaschinen-Crawlern. Die Funktionen des Tools umfassen das Extrahieren bevorzugter Sprachen aus Anfrage-Headern und das Verifizieren spezifischer User-Agent-Eigenschaften. Es verwendet reguläre Ausdrucksmuster und statisches Daten-Mapping, um Clients zu klassifizieren und Inhalte zu lokalisieren.
Parses user agent strings for device detection.
A lightweight php class for formatting sql statements. Handles automatic indentation and syntax highlighting.
Formats SQL queries for readability.
A robust HTML entity encoder/decoder written in JavaScript.
Robust HTML entity encoder and decoder.
The ultimate JavaScript string library
Comprehensive library for string manipulation.
The Universal Device Detection library will parse any User Agent and detect the browser, operating system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model.
Detects device information from user agent strings.
String manipulation helpers for javascript
String operation extensions for underscore.
Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
Converts strings into URL-friendly slugs.
sprintf.js is a complete open source JavaScript sprintf implementation
Implements string formatting functionality.
📚 single header utf8 string functions for C and C++
Single-header library for UTF-8 string functions.
Extra JavaScript string methods.
Provides additional string utility methods.
Implements string functions widely used in other languages but absent in Go.
Collection of string functions ported from other languages.
Multiline strings in JavaScript
Handles multi-line strings in code.
"結巴"中文分詞:做最好的 PHP 中文分詞、中文斷詞組件。 / "Jieba" (Chinese for "to stutter") Chinese text segmentation: built to be the best PHP Chinese word segmentation module.
Chinese text segmentation for natural language processing.
a clean C library for processing UTF-8 Unicode data
Library for processing UTF-8 Unicode data.
Small strings compression library
Efficient library for string compression.
slugifies even utf-8 chars!
Generates URL-friendly slugs from UTF-8 strings.