Skip to content

ournet/news-sanitizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

news-sanitizer

Sanitize news title and body.

Usage

import { sanitizeTitle } from 'news-sanitizer';

const lang = 'ro';
const title = '(VIDEO) Alegerile parlamentare au avot loc cu incalcari';

const newTitle = sanitizeTitle(title, lang);
// newTitle = "Alegerile parlamentare au avot loc cu incalcari"