Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/landing/ui/field/color/src/internal/
Upload File :
Current File : /var/www/homesaver/www/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, '');
}