Substring Packages
substring-array-creator
Creates a array with all possible substrings of a string
string.prototype.substr
ES spec-compliant `String.prototype.substr` shim/polyfill/replacement that works as far down as ES3
@linkdotnet/stringoperations
Collection of string utilities. Edit-Distances, Search and Data structures. Offers for example trie, levenshtein distance.
my-humble-tests
helper for text highlighting
separo
A Smarter String Split. Preserve Separator and more!
rolling-search
filter the array of string/json objects using Rabin Karp algorithm
react-ec-highlighter
React component to highlight any text in a text. Best used to highlight search results
react-highlight-exact-words
React component to exactly highlight words in a larger body of text
react-highlight-string
Tiny react component to highlight given string in text. Written in **TypeScript**. Based on [highlight-string](https://github.com/dimkadenisov/highlight-string).
react-highlighter-words
React component to highlight words within a larger body of text
react-highlight-words-uncombine
React component to highlight words within a larger body of text
react-substring-styler
React text component to style substrings based on patterns provided.
reacthighlightscustom
reacthighlightscustom
react-text-illuminator
ReactTextIlluminator is a React component designed to highlight specific text within a larger body of text. It can be useful for indicating search results, highlighting keywords, or emphasizing certain terms.
@pigsty/react-highlight-words
React component to highlight words within a larger body of text
@pelevesque/has_prohibited_substring_at_sums
Checks if a string has a prohibited substring after given sums.
@pelevesque/has_required_substrings_at_sums
Checks if a string has required substrings after given sums.
@pelevesque/have-minimum-density
Checks if substrings have a minimum density in a string.
@pelevesque/have-minimum-occurrences
Checks if substrings occur a minimum number of times in a string.