All Projects → opis → string

opis / string

Licence: Apache-2.0 license
Multibyte strings as objects

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to string

Blitz
Android Library: Set self-updating string with relative time in TextView (e.g. 5 minutes ago)
Stars: ✭ 217 (+274.14%)
Mutual labels:  string
Superstring
A fast and memory-optimized string library for C++
Stars: ✭ 252 (+334.48%)
Mutual labels:  string
nlcst-to-string
utility to transform an nlcst tree to a string
Stars: ✭ 16 (-72.41%)
Mutual labels:  string
Php To String
Cast any php value into a string
Stars: ✭ 219 (+277.59%)
Mutual labels:  string
Case
String case utitility: convert, identify, flip, extend
Stars: ✭ 237 (+308.62%)
Mutual labels:  string
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+700%)
Mutual labels:  string
Str
A fast, solid and strong typed string manipulation library with multibyte support
Stars: ✭ 199 (+243.1%)
Mutual labels:  string
DS ALGO
Data Structures and algorithms
Stars: ✭ 20 (-65.52%)
Mutual labels:  string
Stringsimilarity.net
A .NET port of java-string-similarity
Stars: ✭ 242 (+317.24%)
Mutual labels:  string
memchr
Optimized string search routines for Rust.
Stars: ✭ 474 (+717.24%)
Mutual labels:  string
Superstring.py
A fast and memory-optimized string library for heavy-text manipulation in Python
Stars: ✭ 231 (+298.28%)
Mutual labels:  string
Number To Words
Number to string standalone PHP library with i18n. Drivers for numbers and currency included.
Stars: ✭ 234 (+303.45%)
Mutual labels:  string
cs string
Header-only library providing unicode aware string support for C++
Stars: ✭ 91 (+56.9%)
Mutual labels:  string
Codejam
Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
Stars: ✭ 217 (+274.14%)
Mutual labels:  string
pascalcase
Convert a string to pascal case (upper camel case). Used by more than 8.7 million projects on GitHub! Please follow this library's author: https://github.com/jonschlinkert
Stars: ✭ 35 (-39.66%)
Mutual labels:  string
Util
A collection of useful utility functions
Stars: ✭ 201 (+246.55%)
Mutual labels:  string
string-combinations
A simple, low-memory footprint function to generate all string combinations from a series of characters.
Stars: ✭ 25 (-56.9%)
Mutual labels:  string
right-align
Right-align the text in a string.
Stars: ✭ 19 (-67.24%)
Mutual labels:  string
justified
Wrap, align and justify the words in a string.
Stars: ✭ 30 (-48.28%)
Mutual labels:  string
NString
A collection of utilities for working with strings in .NET.
Stars: ✭ 34 (-41.38%)
Mutual labels:  string

Opis String

Tests Latest Stable Version Latest Unstable Version License

Multibyte strings

Opis String is a tiny library that allows you to work with multibyte encoded strings in an object-oriented manner. The library has no dependencies to mb_string or similar PHP extensions.

Documentation

The full documentation for this library can be found here.

License

Opis String is licensed under the Apache License, Version 2.0.

Requirements

  • PHP ^7.4 || ^8.0
  • ext-json
  • ext-iconv

Installation

Opis String is available on Packagist and it can be installed from a command line interface by using Composer.

composer require opis/string

Or you could directly reference it into your composer.json file as a dependency

{
    "require": {
        "opis/string": "^2.0"
    }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].