Page 1 of 1

How can i extract date in arabic and replace

Posted: Sat Feb 04, 2006 9:43 pm
by support1
Hi all,
i have MAC arabic text which has date strings like 05/11/1426 but when converted to UTF8 using the filter "MacArabic to UTF8" everything is converted, except i find the date string above is converted as 5111426, the "/" being stripped, how can i retain the above date string.Please Help

Posted: Mon Feb 06, 2006 10:29 am
by DataMystic Support
You could use the EasyPattern

Code: Select all

[ capture(day), capture(monthnumber), capture(4 digits) ]
Replace with

Code: Select all

$1/$2/$3