| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/ui/field/color/src/internal/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/ui/field/color/src/internal/regexp.js |
export function regexpWoStartEnd(regexp: RegExp): RegExp
{
return new RegExp(regexpToString(regexp));
}
export function regexpToString(regexp: RegExp): string
{
return regexp.source.replace(/(^\^)|(\$$)/g, '');
}