30 open-source projects similar to voku/stringy, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Stringy alternative.
sprintf.js is a complete open source JavaScript sprintf implementation
sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string
Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
String manipulation helpers for javascript
An implementation of PHP's strip_tags in Typescript.
Parse next JSON value from string allowing extraneous characters after value
:fishingpoleand_fish: A library that allows you to access the text selected by the user
"結巴"中文分詞:做最好的 PHP 中文分詞、中文斷詞組件。 / "Jieba" (Chinese for "to stutter") Chinese text segmentation: built to be the best PHP Chinese word segmentation module.
Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities with help of by Stringy package.
Implements string functions widely used in other languages but absent in Go.
:milky_way: nano library to enhance String.substring / Array.slice with python slice style by Proxy.
Convert a string to a capital case.
Convert a string to a constant case.
Convert a string to pascal case.
Convert a string to a sentence case.
A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.
This project is a PHP library designed for parsing, beautifying, and syntax-highlighting SQL queries. It provides a set of utilities to improve the readability of database code, facilitate debugging, and assist in the maintenance of complex query structures. The library distinguishes itself by offering both aesthetic and functional processing capabilities. It can transform raw SQL strings into structured, indented formats for human review, or compress them by removing comments and unnecessary whitespace to optimize them for network transmission and logging. Additionally, it includes a syntax
This project is a PHP user agent parser and mobile device detector. It analyzes HTTP user agent strings to identify the visitor's web browser, operating system, and device type. The library provides a dedicated integration for the Laravel web framework. It distinguishes between mobile phones, tablets, and desktop computers while identifying web robots and the specific names of search engine crawlers. The tool's capabilities include extracting preferred languages from request headers and verifying specific user agent properties. It uses regular expression pattern matching and static data mapp
Left pad a string with zeros or a specified string. Fastest implementation.
Extra JavaScript string methods.