pg-connection-string
Functions for dealing with a PostgresSQL connection string
Found 9481 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.
Helper functions for string manipulation
A set of JavaScript helper functions to check for types
Various string formatting & utility functions
Fast and correct clip functions for HTML and plain text.
Utility functions for the cli toolkit
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
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
Small library that provides functions to tokenize a string into an array of words with or without punctuation
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.
library of recurring, unconnected functions
Helper functions distributed by Logitar.
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 few common utility template tags for ES2015
a collection of functions for working with Uint8Array representations of strings
A collection of utility functions for transforming string cases in various formats.
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
Lightweight utility functions for every day JavaScript tasks
str.scss - set of functions that helps to manipulate strings.
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.
String encoding utilitlies extracted from TweetNaCl.js
A package that add functions for random.
Utility functions for analyzing strings by Unicode block
Provide some useful functions for strings
ANSI escape codes for styling strings in the terminal
Strip ANSI escape codes from a string
Here are some handy tagged template functions to make your ES6 template literals work better!
Terminal string styling done right
A collection of helpful utility functions for common JavaScript development and browser DOM manipulation tasks
Regular expression for matching ANSI escape codes
The ultimate JavaScript string library
Get the visual width of a string - the number of columns required to display it
A collection of functions for frontend development
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
Escape RegExp special characters
Wordwrap a string with ANSI escape codes
This is a runtime library for [TypeScript](https://www.typescriptlang.org/) that contains all of the TypeScript helper functions.
Easily apply other module's string transform functions to stdio and text files.
Get the native type of a value.
The string_decoder module from Node core
Check if the character represented by a given Unicode code point is fullwidth
Strip UTF-8 byte order mark (BOM) from a string
Parse JSON with more helpful errors
Extensible string utility for converting, identifying and flipping string case
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
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`
ANSI escape codes for manipulating the terminal
Modify strings, generate sourcemaps
String utility functions
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
This is a runtime library for [TypeScript](https://www.typescriptlang.org/) that contains all of the TypeScript helper functions.
Strip the final newline character from a string or Uint8Array
Returns true if a string has an extglob.
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
Slice a string with ANSI escape codes
Efficient implementation of Levenshtein algorithm with locale-specific collator support.
Indent each line in a string
A collection of common string functions.
Fuzzy string matching algorithms and utilities, port of the TheFuzz Python library.
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
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
Measure the difference between two strings using the Levenshtein distance algorithm
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
Utility Functions for all Development Purpose
A robust HTML entities encoder/decoder with full Unicode support.
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).
Strip leading whitespace from each line in a string
Truncate a string to a specific width in the terminal
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
Compile regular expressions' unicodeSets (v) flag.
Strip redundant indentation and indent the string
Normalize a URL
Small footprint URL parser that works seamlessly across Node.js and browser environments
Generate a unique random string
A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification.
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
Generate a cryptographically strong random string
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
Detect the indentation of code
A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.
Repeat the given string n times. Fastest implementation for repeating a string.
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
mdast utility to get the plain text content of a node
A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification.
Check if a string has ANSI escape codes
Fastest Levenshtein distance implementation in JS.
Wildcard matching tools
Parse regular expressions' unicodeSets (v) flag.
LZ-based compression algorithm
Parse and stringify URL query strings
Check if a character is decimal
Convert object keys to camel case
Package of optimised react components and javascript functions for developers ♫♪
Check if a character is hexadecimal
Compute ripemd160 of bytes or strings.
Helper functions for handling Regular Expressions and parsing user input as Regular Expressions
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.
Math and string formula parser.
Check if a character is alphabetical
Convert a string to pascal case (upper camelcase).
Convert object keys from camel case
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
micromark utility to decode markdown strings
Formatting Date objects as strings since 2013
A module that parses a string as regular expression and returns the parsed value.
Create an array by repeating the given value n times.
Zero-dependency minimal package (two functions) to provide better-readable (albeit more verbose) wrapper over JS default `Array.sort()`. Fully typed.
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.
provides functions for comparing and calculating the similarity between two strings using various methods.
Split a string on the first occurance of a given separator
Get the system locale
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
Isomorphic, functional type-checking for Javascript
Convert a string index to its line and column position
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
Mapping between standard locale identifiers and Windows locale identifiers (LCID)
The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.
Functional errors with formatted output
Useful utilities for working with Uint8Array (and Buffer)
Convert a value to a ReadableStream
Repeat a string - fast
ES2017 spec-compliant String.prototype.padEnd shim.
Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz
Terminal string styling with tagged template literals
Returns `true` if the value is a primitive.
Functions for working with query strings.
The smallest and fastest command-line coloring package on the internet
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
Strip a substring from the start/end of a string
Remove the trailing spaces from a string.
Simple wildcard matching
A utility library with math and string functions supporting both ESM and CommonJS
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
Stringify Object as tree structure
Check if a string is a URL
hast utility to get the plain-text value of a node
Escape strings for use as JavaScript string literals
Japanese Character Optimizer.
Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.
The color gray, in ansi.
Remove leading indentation from ES6 template literals.
Iterate any iterable JS value. Works robustly in all environments, all versions.
Strip a byte order mark (BOM) from a string.
Returns true if a windows file path has invalid characters.
Serializes any DOM node into a String
Pluralize a word
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
A simple string template function based on named or indexed arguments
Get the line and column number of a specific character in a string
Newline character converter
fast string hashing function
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).
string contains methods that aren't included in the vanilla JavaScript string such as escaping html, decoding html entities, stripping tags, etc.
A comprehensive TypeScript utility library providing helper functions for arrays, objects, strings, and more
Check if a character is a whitespace character
Stringifies function's parameters definition
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
A TypeScript utility library with functions for string manipulation and mathematical operations
A hub of numerous functions.
Check if a string is SVG
Elegant spinner for interactive CLI apps
hast utility to get the plain-text value of a node according to the `innerText` algorithm
Find multiple RegExp matches in a string
Check if a character is a word character
A comprehensive TypeScript utility library with 250+ functions across 7 categories
Reduce function calls in a string, using a callback
Regular expression for matching HTML comments
Opinionated HTML formatter focused towards making HTML diffs readable.
Beautiful color gradients in terminal output
DOMParser.parseFromString for XML with IE8 fallback
Jest snapshot serializer that beautifies HTML.
Pure-JS printf
A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.
Convert Unicode characters to Latin characters using transliteration
A module that formats a string based on a pattern
functions for validation
asr2js and js2asr converter android string resource utils
Remove any existing casing from a string.
Right pad a string with zeros or a specified string. Fastest implementation.
sprintf parser and basic formatter
Returns true if a file path does not contain any invalid characters.
Slugify a string
The color cyan, in ansi.
ES2019 spec-compliant String.prototype.trimLeft shim.
ES2017 spec-compliant String.prototype.padStart shim.
Check if a string is an IP address
The color red, in ansi.
Utility functions to convert strings to camelCase, snake_case, and kebab-case.
Various helper utilities for working with buffers and binary data
Collection of utility functions and helpers, designed to speed up development across SalesPark projects. Includes common helpers, reusable patterns, and extended functions.
remove diacritics from strings
Returns true if the value passed is all whitespace.