UNPKG

urban-scraper

Version:

A package for scraping terms and their definitions from the [Urban Dictionary](https://www.urbandictionary.com/).

6 lines (5 loc) 274 B
export declare const LINK_START_REGEX: RegExp; export declare const LINK_STRING_REGEX = "[$<text>](https://www.urbandictionary.com$<url>)"; export declare const LINK_END_REGEX: RegExp; export declare const NEW_LINE_REGEX: RegExp; export declare const TERM_ID_REGEX: RegExp;