...
Count the longest repeating streak of a substring
Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz
Unicode-aware substring
Count how often a character (or substring) is used in a string
Strip a substring from the start/end of a string
Unicode-aware JS string splitting, typescript version
Fast and tiny fuzzy-search utility
A markup format for TypeScript code, ideal for creating self-contained code samples which let the TypeScript compiler do the extra leg-work. Inspired by the [fourslash test system](https://github.com/orta/typescript-notes/blob/master/systems/testing/fours
Customizable React typing animation component based on typical.
Plain text substring highlight component.
Property based testing for Jest based on fast-check
Minimalistic trie implementation for prefix searches
Remove leading, trailing, and repeated whitespace from a string
Replace all substring matches in a string
React text component to style substrings based on patterns provided.
Find multiple RegExp matches in a string
A fast, accurate and multilingual fuzzy search library.
Returns true if a filepath starts with the given string. Works with windows and posix/unix paths.
A plugin for enum-plus that provides React components and hooks for enum handling
VS Code's 'Organize imports' executable from command line
Improved substring method to avoid splitting mid word
Multi-state substring highlighting for React. Highlight every match in one style, plus specific occurrences (by index, range, or list) in another.
Implementations for the Longest Common Substring algorithm [O(nm) time]