Description
A React Native port of react-native-highlight-words. This component is used to highlight words within a larger body of text.
Keywords
- react-native
- react
- reactjs
- react-component
- highlighter
- highlight
- text
- words
- matches
- substring
- occurrences
- search
Publisher
Description
React component to highlight words within a larger body of text
Keywords
Publisher
Description
Utility functions shared by react-highlight-words and react-native-highlight-words
Keywords
Publisher
Description
Unicode-aware substring
Keywords
Publisher
Description
Checks if a string has required substrings at given indexes.
Keywords
Publisher
Description
Like Javascript's substr, but with wrapping and reversed substrings.
Keywords
Publisher
Description
Removes all spaces from a string
Keywords
Publisher
Description
Checks strings against patterns and collects matched substrings
Keywords
Publisher
Description
Returns a subset of a string, composed by complete subsets found using delimeter between min and max length. If no complete subsets are found, returns a subset using length max and ellipsis.
Keywords
Publisher
Description
Checks if a string has at least one prohibited substring at a given index.
Keywords
Publisher
Description
pys is a simple(< 1 Kb) javascript library to engance String.substring / Array.slice with python slice style.