string-manipulation topic

List string-manipulation repositories

util

287
Stars
37
Forks
Watchers

A collection of useful utility functions

the-stringler

34
Stars
4
Forks
Watchers

An OOP approach to string manipulation.

Cracking-The-Coding-Interview

50
Stars
35
Forks
Watchers

Solutions for Cracking the Coding Interview - 6th Edition

Snippets

182
Stars
15
Forks
Watchers

(Hopefully) useful code snippets and header-only libs

greek-utils

85
Stars
7
Forks
Watchers

A JavaScript library for Greek language with utilities such as replacement of accented and other diacritics characters, conversion from Greek to phonetic, transliterated or greeklish Latin and more.

vhdl-format

23
Stars
2
Forks
Watchers

VHDL String Formatting Library

pyheck

46
Stars
4
Forks
Watchers

Python bindings for heck, the Rust case conversion library

Inflector

126
Stars
29
Forks
Watchers

A rust inflection library

esm-to-cjs

43
Stars
5
Forks
Watchers

Transform ESM to Common JS for present NodeJS, without any junk wrappers or useless renaming

bigint

61
Stars
23
Forks
Watchers

bigint is a C++ library which can handle Very very Big Integers. It can calculate factorial of 1000000... it can go any big. It may be useful in Competitive Coding and Scientific Calculations which de...