Faker JavaScript Name Escape Apostrophe
strInputString = strInputString.replace(/'/g, "\\'");
Real Reindeer
strInputString = strInputString.replace(/'/g, "\\'");