I've another questions if you don't mind me asking...

Code:
if ($regex($strip($1-),([\.\-\_\$chr(32)])(German)/i)) {
     //echo @Non-English Non-English : $strip($1-)
}


Because from time to time, I noticed sometimes it has a space in it and it wouldn't detects it. - I'm guessing regex doesn't like $chr(32) ?

Also, sometimes german doesn't picks up cos sometimes it filtered as German (Cap Case) .. I've tried adding /i or \i in the end of the regex line but appears it's not doing anything for me.

Hope for answer smile

Thanks