str-match
String matcher that output the input string replacing the match.
String matcher that output the input string replacing the match.
Like String.prototype.replace() but attempts to match the casing of the substring being replaced.
A customizable componenet library to highlight phrases in text
Get all matches of a regular expression
Small and simple matching library using glob patterns.
Replace only specific occurrences of a string. e.g. if the string exists 10 times, you can replace, say, the 3rd and 8th occurrences only, etc. Returns a new string with nth specific matches of a pattern replaced by a replacement. The pattern can be a str
Return `true` if a file extension matches the given string, array of strings, or RegExp pattern.
Get the index for each occurrence of a string, in a string. Much faster than regex, and useful for doing simple find and replace operations for specific strings.
Random Matches Fixture Generator. Useful for creating a list of random matches for sport events.
Check whether string contains another string, or one of many strings. Supports locale and case-sensitive / case-insensitive matching.
Basic website to display any soccer team games information
React component to highlight multiple groups of words within a larger body of text
soccer schedule of the day
Retrieves all the matches of a regex in a string, via a generator.
javascript DOM Object handle
A React Native port of react-highlight-words. This component is used to highlight words within a larger body of text.
Watch world cup 2014 scores from your terminal!
Use W3C CSS Level 4 Modules Today
A zero dependency, .NET style, Regular Expression class with named matches.
Build regular expression groups from arrays of strings. Useful when you need to automatically generate RegExp patterns.