Test Ar-PHP Functionality Online

header line!
Test PHP Function










Ar-PHP Manual

method stripTashkeel [line 141]

string stripTashkeel( string $text)

Strip all tashkeel characters from an Arabic text.



Tags:

return:  the stripped text.
author:  Djihed Afifi <djihed@gmail.com>
access:  public


Parameters:

string   $text   The text to be stripped.

Example
  1.      include('./I18N/Arabic.php');
  2.      $obj new I18N_Arabic('Normalise');
  3.  
  4.      $str "Arabic text with tatweel, tashkeel...";
  5.  
  6.      echo "<p><u><i>Before:</i></u><br />$str<br /><br />";
  7.  
  8.      $text $obj->stripTatweel($str);
  9.  
  10.      echo "<u><i>After:</i></u><br />$text<br /><br />";
Popular
Recent
Links
Ads!
footer line!

No Software Patents! General Public License

Home | Twitter | Blog | Contact

Copyright © 2006 - 2016 Khaled Al-Sham'aa