Split tamil char string in php

by Subramanian 2014-04-26 19:09:26

Split tamil char string in php
preg_match_all('/pLpM*|./u', $str, $results)


where pL means a Unicode "letter", and pM means a Unicode "mark".
1031
like
0
dislike
0
mail
flag

You must LOGIN to add comments