Displaying 1 to 20 from 83 results

Stringy - A PHP string manipulation library with multibyte support

  •    PHP

A PHP string manipulation library with multibyte support. Compatible with PHP 5.4+, PHP 7+, and HHVM.Refer to the 1.x branch or 2.x branch for older documentation.

string.js - Extra JavaScript string methods.

  •    Javascript

string.js, or simply S is a lightweight (< 5 kb minified and gzipped) JavaScript library for the browser or for Node.js that provides extra String methods. Originally, it modified the String prototype. But I quickly learned that in JavaScript, this is considered poor practice.Personally, I prefer the cleanliness of the way code looks when it appears to be native methods. i.e. when you modify native JavaScript prototypes. However, if any app dependency required string.js, then the app's string prototype would be modified in every module. This could be troublesome. So I settled on creating a wrapper a la jQuery style. For those of you prototype hatin' fools, there is the method extendPrototype().

globalize - A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data

  •    Javascript

A JavaScript library for internationalization and localization that leverage the official Unicode CLDR JSON data. The library works both for the browser and as a Node.js module. Each language, and the countries that speak that language, have different expectations when it comes to how numbers (including currency and percentages) and dates should appear. Obviously, each language has different names for the days of the week and the months of the year. But they also have different expectations for the structure of dates, such as what order the day, month and year are in. In number formatting, not only does the character used to delineate number groupings and the decimal portion differ, but the placement of those characters differ as well.




humps - 🐫 Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript

  •    Javascript

Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript. When converting object keys, it will walk the structure, converting any nested objects (or arrays of nested objects) along the way. Handy for converting JSON between JavaScript and Ruby/Rails APIs.

stringsifter - A machine learning tool that ranks strings based on their relevance for malware analysis

  •    Python

StringSifter is a machine learning tool that automatically ranks strings based on their relevance for malware analysis. The pip install command installs two runnable scripts flarestrings and rank_strings into your python environment. When developing from source, use pipenv run flarestrings and pipenv run rank_strings.

Stringz - A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications

  •    Swift

Stringz is a lightweight and powerful editor that makes localizing your iOS app easy and fast. Stringz greatly simplifies localizing your Xcode apps (iOS, macOS, tvOS, and watchOS) by introducing a powerful editor for all localizable files in your project. It even imports strings from storyboard and xib files saving you a lot of time and effort finding and matching elementIds in your storyboards. Stringz also supports localizing your Info.plist file so you can easily translate your app name and permission descriptions.

Twine - String manipulation, leveled up!

  •    PHP

Twine is a simple string manipulation library with an expressive, fluent syntax. Like this project? Keep me caffeinated by making a donation.


glue - Glue strings to data in R. Small, fast, dependency free interpreted string literals.

  •    R

Glue strings to data in R. Small, fast, dependency free interpreted string literals. This lets you indent the strings naturally in code.

stringr - A fresh approach to string manipulation in R

  •    R

Strings are not glamorous, high-profile components of R, but they do play a big role in many data cleaning and preparation tasks. The stringr package provide a cohesive set of functions designed to make working with strings as easy as possible. If you’re not familiar with strings, the best place to start is the chapter on strings in R for Data Science. stringr is built on top of stringi, which uses the ICU C library to provide fast, correct implementations of common string manipulations. stringr focusses on the most important and commonly used string manipulation functions whereas stringi provides a comprehensive set covering almost anything you can imagine. If you find that stringr is missing a function that you need, try looking in stringi. Both packages share similar conventions, so once you’ve mastered stringr, you should find stringi similarly easy to use.

µhtml - A micro HTML/SVG render

  •    Javascript

micro html is a ~2.5K lighterhtml subset to build declarative and reactive UI via template literals tags.

simplebolt - :nut_and_bolt: Simple way to use Bolt

  •    Go

Simple way to use the Bolt database. Similar design to simpleredis.

simpleredis - :radio: Easy way to use Redis from Go

  •    Go

Easy way to use Redis from Go.Redis must be up and running locally for the go test tests to work.

cuerdas - String manipulation library for Clojure(Script)

  •    Javascript

The missing clojure(script) string manipulation library.La guitarra, hace llorar a los sueños. El sollozo de las almas perdidas, se escapa por su boca redonda. Y como la tarántula teje una gran estrella para cazar suspiros, que flotan en su negro aljibe de madera.

stround - Rounding methods for exact numbers using strings.

  •    Javascript

Rounding methods for exact numbers using strings.

string-scanner - scan through strings. supports forwards and backwards scanning.

  •    Javascript

scan through strings. supports forwards and backwards scanning.Initialize a scanner for str at the given offset. If no offset is given, default to 0.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.