kevva / url-regex
Regular expression for matching URLs
☆353Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for url-regex
- Get all urls in a string☆365Updated last year
- Get a random temporary file or directory path☆424Updated last year
- Find the root directory of a Node.js project or npm package☆235Updated last year
- Debounce promise-returning & async functions☆211Updated 7 months ago
- node byte string parser☆461Updated 4 months ago
- Detect if the current environment is a CI server☆384Updated 3 years ago
- Move a file - Even works across devices☆198Updated last year
- Find a file or directory by walking up parent directories☆582Updated 4 months ago
- Write files in an atomic fashion w/configurable ownership☆230Updated last month
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆715Updated 3 years ago
- Timeout a promise after a specified amount of time☆274Updated last month
- Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow☆238Updated 2 years ago
- Generate a markdown (GFM) table☆270Updated last month
- Convert a string to a valid safe filename☆489Updated last year
- Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar☆684Updated last year
- Extends minimatch.match() with support for multiple patterns☆300Updated last year
- encode & decode HTML & XML entities with ease & speed☆326Updated this week
- String case utitility: convert, identify, flip, extend☆281Updated last year
- Temporary file and directory creator for node.js☆740Updated 4 months ago
- Splits a hostname into subdomains, domain and (effective) top-level domains.☆508Updated last week
- Make a directory and its parents if needed - Think `mkdir -p`☆474Updated 6 months ago
- A port of inflection-js to node.js module☆554Updated last month
- Get the gzipped size of a string or buffer☆171Updated 2 years ago
- Pretty-print a javascript object as a tree☆238Updated last month
- Join all arguments together and normalize the resulting url.☆356Updated 6 months ago
- Escape string for use in HTML☆463Updated 2 years ago
- Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes☆162Updated 5 months ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆316Updated last year
- Strip leading whitespace from each line in a string☆135Updated 3 years ago
- Polyfill for the AbortController DOM API and abortable fetch (stub that calls catch, doesn't actually abort request).☆330Updated 2 weeks ago