goarabic
goarabic copied to clipboard
Added `ReverseArabicChars()` that reverses only Arabic characters
Added an another function ReverseArabicChars() that reverses only Arabic characters
** example: **
** The text ** اذهب الى الحديقة الprivate وال park العمومي
is outputted like this
using ReverseArabicChars(ToGlyph(s))
and like this
using Reverse(ToGlyph(s))
the reason it was added as a separate function is because it doesn't execute in a linear time 😅