String manipulation helpers for javascript
:fishingpoleand_fish: A library that allows you to access the text selected by the user
sprintf.js is a complete open source JavaScript sprintf implementation
Implements string functions widely used in other languages but absent in Go.
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.
gobeam/stringy 的主要功能包括:字符串操作, String Utilities。
gobeam/stringy 的开源替代品包括: evandrolg/selecting — :fishing_pole_and_fish: A library that allows you to access the text selected by the user. jprichardson/string.js — Extra JavaScript string methods. alexei/sprintf.js — sprintf.js is a complete open source JavaScript sprintf implementation. epeli/underscore.string — String manipulation helpers for javascript. huandu/xstrings — Implements string functions widely used in other languages but absent in Go. mathiasbynens/he — A robust HTML entity encoder/decoder written in JavaScript.