SantohcSelleck
New Member
I have those two lines of code written in python i want to convert them to php, please help i don't know how to do this in php.\[code\]#code in python:vowels= re.compile(ur'[\u064B-\u0652]')newstr = vowels.sub('', str)\[/code\]thank you