Seen-Arabic / Arabic-Services-JavaScript

A versatile library offering utility functions for processing and transforming Arabic text. Can be used in Node.js and the browser.
https://www.npmjs.com/package/arabic-services
GNU General Public License v3.0
15 stars 2 forks source link

Tatweel Removal - إزالة التطويل #8

Closed AbdelrahmanBayoumi closed 11 months ago

AbdelrahmanBayoumi commented 11 months ago

Tatweel Removal

const { ArabicServices } = require('arabic-services');
console.log(ArabicServices.removeTatweel('كن جميـــلا ترى الوجــود جميـــــلا'));
// Output: 'كن جميلا ترى الوجود جميلا'