A simple library that takes a string and returns a capitalized string
Capitaliza la primera letra de cada palabra
Capitaliza las primeras letras de cada palabra
Capitaliza la primera letra de cada palabra
Capitaliza la primera letra de cada palabra
Get the visual width of a string - the number of columns required to display it
Escape RegExp special characters
A utility package to parse strings
Indent each line in a string
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Modify strings, generate sourcemaps
Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible
Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes
A minimal UTF8 implementation for number arrays.
LZ-based compression algorithm
Repeat the given string n times. Fastest implementation for repeating a string.
Wordwrap a string with ANSI escape codes
Strip leading whitespace from each line in a string
Native Access to MacOS FSEvents
A minimal base64 implementation for number arrays.
Matches strings against configurable strings, globs, regular expressions, and/or functions
CLI arguments parser. Native port of python's argparse.
A minimal path module to resolve Unix, Windows and URL paths alike.
type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.
Adds String#titleize for creating properly capitalized titles. Replaces ActiveSupport::Inflector.titleize if ActiveSupport is present.
All string convert into capital ,its very simple gem.
Provides proper name capitalization via String#namecase
this gem capitalizes every word in a supplied string
Gem to enable easy title casing of strings containing Unicode text.
Given string can be changed to uppercase letters ,lower case letters and also to capitalize the string.
Polish extensions for Ruby 1.9 String #upcase(!), #downcase(!), #capitalize(!) and #<=> supporting polish diacritics
Transform a string between camelCase, PascalCase, Capital Case, snake_case, kebab-case, CONSTANT_CASE and others.
A very small quick gem to test how to make a gem. Have you ever needed to take every other key from a hash, revert their order and turn them into a capitalized string? Yes? Then this is the gem for you.
Defines multiple helpers that operate various textual operations like downcase, capitalize or sanitize (strip dangerous content) from string/text attributes in ActiveRecord models at validation (or any other callback).
This gem is used for the email validation and basic string operation like left padding, right padding, center padding, to uppercase, to lower case and to capitalize
The input consists of a string containing a sequence of commands, where a command is represented by a single capital letter at the beginning of the line. Parameters of the command are separated by white spaces and they follow the command character. Pixel co-ordinates are a pair of integers: a column number between 1 and 250, and a row number between 1 and 250. Bitmaps starts at coordinates 1,1. Colours are specified by capital letters.