Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/main/core/src/lib/tag/internal/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/main/core/src/lib/tag/internal/matchers.js

const matchers = {
	tag: /<[a-zA-Z0-9\-\!\/](?:"[^"]*"|'[^']*'|[^'">])*>|{{uid[0-9]+}}/g,
	comment: /<!--(?!<!)[^\[>].*?-->/g,
	tagName: /<\/?([^\s]+?)[/\s>]/,
	attributes: /\s([\w\-_:.]+)\s?\n?=\s?\n?"([^"]+)?"|\s([\w\-_:.]+)\s?\n?=\s?\n?'([^']+)?'|\s([\w\-_:.]+)/gs,
	placeholder: /{{uid[0-9]+}}/g,
};

export default matchers;