Your personal phone is also your business phone
Get more flexibility for your business with a modern phone that works on your personal devices.
[\\s\\S]*?',
'gi');
function removeTags(html) {
var oldHtml;
do {
oldHtml = html;
html = html.replace(tagOrComment, '');
} while (html !== oldHtml);
return html.replace(/