pg-connection-string
Functions for dealing with a PostgresSQL connection string
Found 9479 results for string functions
Functions for dealing with a PostgresSQL connection string
Matches strings against configurable strings, globs, regular expressions, and/or functions
Functions that surround a string with ansicolor codes so it prints in color.
String manipulation functions.
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
Fast, generic JavaScript/node.js utility functions.
A collection of helper functions for working with strings
Replace text in files using strings, regexs or functions.
A set of JavaScript helper functions to check for types
Helper functions for string manipulation
Various string formatting & utility functions
Utility functions for the cli toolkit
Fast and correct clip functions for HTML and plain text.
create xml with functions and strings
Miscellaneous functions for working with Uint8Arrays
A string manipulation toolbox, featuring a string formatter (inspired by sprintf), a variable inspector (output featuring ANSI colors and HTML) and various escape functions (shell argument, regexp, html, etc).
qsu is a utility library that contains useful and frequently used functions. Start with your preferred language and the modern development environment.
Functions for dealing with a Vertica connection string
A collection of utility functions for working with randomness.
String utility functions
Miscellaneous utility functions
A tiny language to write mapping functions as strings
This module provides utility functions for strings
A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.
String interpolation functions
Small library that provides functions to tokenize a string into an array of words with or without punctuation
Some common prototypes for node.js: string.startsWith(), object.countProperties() and more. Facilities for functional programming with objects: object.forEach(), object.filter(). Functions are added safely using Object.defineProperty().
Make your javascript functions faster and use benefits of practical-functions package
Various helper utilities
String capitalization functions with special cases for certain ShipEngine words and phrases
Utils functions and classes for Node.js
Sass functions to manage string.
Helper functions distributed by Logitar.
library of recurring, unconnected functions
Native type conversion functions
Functions to format number to string
Utility functions
Utility functions for dealing with UUIDs
Functions for manipulating strings.
A dependency-free collection of useful functions for applications in TypeScript. (Actually, you need some peer libraries if you use some of the functions). Written in Typescript.
A collection of more than 60 often used utility JS functions that simplify frontend development.
A collection of utility functions for transforming string cases in various formats.
a collection of functions for working with Uint8Array representations of strings
a few common utility template tags for ES2015
Matches strings against configurable strings, globs, regular expressions, and/or functions
create xml with functions and strings
Basic string helper functions
String manipulation extensions for Underscore.js javascript library.
useful functions for manipulating string
str.scss - set of functions that helps to manipulate strings.
Lightweight utility functions for every day JavaScript tasks
A library for array functions in Array.prototype
Some string functions in programming
A simple interface to pair a sting with built-in search functions
A collection of common string functions {web}.
A comprehensive collection of TypeScript/JavaScript utility functions for common programming tasks. Includes validation, object manipulation, date handling, string formatting, and more. Zero dependencies, fully typed, and optimized for performance.
A package that add functions for random.
String encoding utilitlies extracted from TweetNaCl.js
ANSI escape codes for styling strings in the terminal
Provide some useful functions for strings
Strip ANSI escape codes from a string
Here are some handy tagged template functions to make your ES6 template literals work better!
Regular expression for matching ANSI escape codes
A collection of helpful utility functions for common JavaScript development and browser DOM manipulation tasks
Terminal string styling done right
Get the visual width of a string - the number of columns required to display it
The ultimate JavaScript string library
A collection of functions for frontend development
Escape RegExp special characters
This project is ment to be used with Microsoft Azure Functions. This simple wrapper makes it easier to work with Azure Functions since common HTTP methods are wrapped to individual function calls within a specfic Azure Function. And in addition a function
Wordwrap a string with ANSI escape codes
Easily apply other module's string transform functions to stdio and text files.
This is a runtime library for [TypeScript](https://www.typescriptlang.org/) that contains all of the TypeScript helper functions.
Utility functions for analyzing strings by Unicode block
Get the native type of a value.
Check if the character represented by a given Unicode code point is fullwidth
The string_decoder module from Node core
Strip UTF-8 byte order mark (BOM) from a string
Parse JSON with more helpful errors
Get a stream as a string, Buffer, ArrayBuffer or array
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
Extensible string utility for converting, identifying and flipping string case
Modify strings, generate sourcemaps
Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
String utility functions
Returns true if a string has an extglob.
ANSI escape codes for manipulating the terminal
This is a runtime library for [TypeScript](https://www.typescriptlang.org/) that contains all of the TypeScript helper functions.
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
Slice a string with ANSI escape codes
A collection of common string functions.
Strip the final newline character from a string or Uint8Array
Efficient implementation of Levenshtein algorithm with locale-specific collator support.
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
Fuzzy string matching algorithms and utilities, port of the TheFuzz Python library.
Indent each line in a string
Measure the difference between two strings using the Levenshtein distance algorithm
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
ES5 spec-compliant shim for String.prototype.trim
Standalone version of lodash string trim functions
Parse String to Number based on configuration
String Comparison Functions
A Node.js module offering various string manipulation functions for capitalization, initial capitalization of words, and specific casing of text.
A collection of utility functions to manipulate string in javascript and typescript
Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes
A robust HTML entities encoder/decoder with full Unicode support.
Utility Functions for all Development Purpose
Querystringify - Small, simple but powerful query string parser.
Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).
Truncate a string to a specific width in the terminal
Strip leading whitespace from each line in a string
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
Compile regular expressions' unicodeSets (v) flag.
Normalize a URL
Generate a unique random string
Small footprint URL parser that works seamlessly across Node.js and browser environments
Strip redundant indentation and indent the string
A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification.
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
Generate a cryptographically strong random string
Get the shortest leading whitespace from lines in a string
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
Detect the indentation of code
Repeat the given string n times. Fastest implementation for repeating a string.
A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.
Trim newlines from the start and/or end of a string
Get the visual width of the widest line in a string - the number of columns required to display it
Determine the East Asian Width of a Unicode character
Check if a string has ANSI escape codes
A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification.
Fastest Levenshtein distance implementation in JS.
mdast utility to get the plain text content of a node
Wildcard matching tools
Parse regular expressions' unicodeSets (v) flag.
LZ-based compression algorithm
Check if a character is decimal
Convert object keys to camel case
Parse and stringify URL query strings
Package of optimised react components and javascript functions for developers ♫♪
Compute ripemd160 of bytes or strings.
Get the gzipped size of a string or buffer
Check if a character is alphanumerical
CommonJS version - The smallest and fastest command-line coloring package on the internet
Easy way to split a string on a given character unless it's quoted or escaped.
Helper functions for handling Regular Expressions and parsing user input as Regular Expressions
Math and string formula parser.
Check if a character is hexadecimal
Check if a character is alphabetical
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
micromark utility to decode markdown strings
Create an array by repeating the given value n times.
Convert a string to pascal case (upper camelcase).
Convert object keys from camel case
Formatting Date objects as strings since 2013
A module that parses a string as regular expression and returns the parsed value.
Get the system locale
Split a string on the first occurance of a given separator
Zero-dependency minimal package (two functions) to provide better-readable (albeit more verbose) wrapper over JS default `Array.sort()`. Fully typed.
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
provides functions for comparing and calculating the similarity between two strings using various methods.
Zero-dependency minimal package (two functions) to provide better-readable (albeit more verbose) wrapper over JS default `Array.sort()`. Fully typed.
Hashing made simple. Get the hash of a buffer/string/stream/file.
Isomorphic, functional type-checking for Javascript
Convert a string index to its line and column position
Mapping between standard locale identifiers and Windows locale identifiers (LCID)
A Node.js library offering functions to check variable types, including arrays, objects, strings, numbers, booleans, and undefined values.
Simple micro templating
Convert a string to a valid safe filename
Remove wrapping quotes from a string.
Compare alphanumeric strings the same way a human would, using a natural order algorithm
The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.
Repeat a string - fast
Functional errors with formatted output
Useful utilities for working with Uint8Array (and Buffer)
Convert a value to a ReadableStream
ES2017 spec-compliant String.prototype.padEnd shim.
Returns `true` if the value is a primitive.
Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz
Terminal string styling with tagged template literals
Functions for working with query strings.
The smallest and fastest command-line coloring package on the internet
Remove the trailing spaces from a string.
Strip a substring from the start/end of a string
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
Simple wildcard matching
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
A utility library with math and string functions supporting both ESM and CommonJS
Stringify Object as tree structure
hast utility to get the plain-text value of a node
The color gray, in ansi.
Escape strings for use as JavaScript string literals
Japanese Character Optimizer.
Check if a string is a URL
Iterate any iterable JS value. Works robustly in all environments, all versions.
Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.
Returns true if a windows file path has invalid characters.
Serializes any DOM node into a String
Pluralize a word
Remove leading indentation from ES6 template literals.
fast string hashing function
Newline character converter
Get the line and column number of a specific character in a string
A string manipulation toolbox, featuring a string formatter (inspired by sprintf), a variable inspector (output featuring ANSI colors and HTML) and various escape functions (shell argument, regexp, html, etc).
Strip a byte order mark (BOM) from a string.
string contains methods that aren't included in the vanilla JavaScript string such as escaping html, decoding html entities, stripping tags, etc.
Check if a character is a whitespace character
A simple string template function based on named or indexed arguments
A comprehensive TypeScript utility library providing helper functions for arrays, objects, strings, and more
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
Parse JavaScript one character at a time to look for snippets in Templates. This is not a validator, it's just designed to allow you to have sections of JavaScript delimited by brackets robustly.
Native JS murmur hash implementation
Elegant spinner for interactive CLI apps
Stringifies function's parameters definition
Regular expression for matching HTML comments
Check if a character is a word character
hast utility to get the plain-text value of a node according to the `innerText` algorithm
A TypeScript utility library with functions for string manipulation and mathematical operations
Reduce function calls in a string, using a callback
Check if a string is SVG
Beautiful color gradients in terminal output
Find multiple RegExp matches in a string
DOMParser.parseFromString for XML with IE8 fallback
A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.
Pure-JS printf
A hub of numerous functions.
Jest snapshot serializer that beautifies HTML.
Returns true if a file path does not contain any invalid characters.
Remove any existing casing from a string.
ES2019 spec-compliant String.prototype.trimLeft shim.
sprintf parser and basic formatter
Opinionated HTML formatter focused towards making HTML diffs readable.
Right pad a string with zeros or a specified string. Fastest implementation.
Convert Unicode characters to Latin characters using transliteration
functions for validation
Slugify a string
A comprehensive TypeScript utility library with 250+ functions across 7 categories
The color cyan, in ansi.
A module that formats a string based on a pattern
asr2js and js2asr converter android string resource utils
Collection of utility functions and helpers, designed to speed up development across SalesPark projects. Includes common helpers, reusable patterns, and extended functions.
ES2017 spec-compliant String.prototype.padStart shim.
Check if a string is an IP address
Utility functions to convert strings to camelCase, snake_case, and kebab-case.
The color red, in ansi.
ES2019 spec-compliant String.prototype.trimLeft shim.
remove diacritics from strings
Returns `true` if an array has a glob pattern.