Skip to content

Added ReverseArabicChars() that reverses only Arabic characters#11

Open
mbaraa wants to merge 1 commit into01walid:masterfrom
mbaraa:reverse_only_arabic
Open

Added ReverseArabicChars() that reverses only Arabic characters#11
mbaraa wants to merge 1 commit into01walid:masterfrom
mbaraa:reverse_only_arabic

Conversation

@mbaraa
Copy link

@mbaraa mbaraa commented Nov 12, 2021

Added an another function ReverseArabicChars() that reverses only Arabic characters

** example: **
** The text ** اذهب الى الحديقة الprivate وال park العمومي

is outputted like this suppoesed using ReverseArabicChars(ToGlyph(s))

and like this output using Reverse(ToGlyph(s))

the reason it was added as a separate function is because it doesn't execute in a linear time 😅

@mbaraa mbaraa changed the title Added ReverseArabicChars() that reverses only Arabic characters 😁 Added ReverseArabicChars() that reverses only Arabic characters Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant