Your IP : 172.70.179.212


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