UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines (7 loc) 195 B
/** * Test a string against regexp * @param {string} target * @param {string} regExp * @return boolean */ export declare const isMatch: (target: string, regExp: string | RegExp) => boolean;