Help required for Arabic Regex

Hi guys,

I’m facing issue in fetching details from Arabic Text. There are some hidden characters in the text which are not being identified from regex builder.

الباقة، المزايا الإضافية والأجهزة: 612.58

العروض، المستردات والتسويات: -190.00

ضريبة القيمة المضافة على الخدمات الخاضعة للضريبة: 21.13

رصيد من فاتورتك السابقة: 447.13

الدفعات المستلمة: -448.00

I need to get values corresponding to Arabic text. The regex which I’m using isn’t working here.

E.g. w+(?= :العروض، المستردات والتسويات)

I shall be very grateful for your kind help!

Regards,
Ahmad

@Yoichi @ppr

ensure that when composing the pattern that copy & paste is not confused by the borders and handle right to left text part also

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.