reacthighlightscustom
reacthighlightscustom
reacthighlightscustom
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.
Return the part of a string after a specified substring.
Return the part of a string after a specified substring.
Return the part of a string after the last occurrence of a specified substring.
Return the part of a string after the last occurrence of a specified substring.
Return the part of a string before a specified substring.
Return the part of a string before a specified substring.
Return the part of a string before the last occurrence of a specified substring.
Replace the substring before the first occurrence of a specified search string.
Replace the substring before the first occurrence of a specified search string.
Replace the substring after the first occurrence of a specified search string.
Replace the substring after the last occurrence of a specified search string.
Replace the substring before the first occurrence of a specified search string.
Replace the substring before the last occurrence of a specified search string.
Return the part of a string before the last occurrence of a specified substring.
Collection of string utilities. Edit-Distances, Search and Data structures. Offers for example trie, levenshtein distance.
Checks if a string has required substrings after given sums.
Checks if substrings have a minimum density in a string.
Checks if substrings occur a minimum number of times in a string.