Escape for FinishLynx PPL files
[Source]
# File app/helpers/admin/people_helper.rb, line 3 3: def ppl_escape(text) 4: text.gsub(',', '\""') if text 5: end
[Validate]