UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines (7 loc) 197 B
/** * Return matches against regexp * @param {string} target * @param {string} regExp * @return Array */ export declare const matches: (target: string, rex: string | RegExp) => Array<string>;