constinlineRuleNonStandard=/^(\${1,2})(?!\$)((?:\\.|[^\\\n])*?(?:\\.|[^\\\n\$]))\1/;// Non-standard, even if there are no spaces before and after $ or $$, try to parse
constinlineRuleNonStandard=/^(\${1,2})(?!\$)((?:\\.|[^\\\n])*?(?:\\.|[^\\\n\$]))\1/;// Non-standard, even if there are no spaces before and after $ or $$, try to parse