python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Replace Arabic text with Python
I have a str that has Arabic characters in it
text = "صَوتُ صَفيرِ البُلْبُلِ"
I am trying to remove specific characters like ص
I tried
text.replace("ص", "")
but nothin...
abdelmoumen
Votes: 0
Answers: 1
justify Arabic text in Flutter
I want to justify Arabic text In my App but using TextAlign.justify leaves large spaces between words! Is there a better way to align words in flutter reducing those spaces knowing that Arabic words c...
Mohammad Aboul-Ela
Votes: 0
Answers: 0
Android12 -> configuration.setLayoutDirection(new Locale("ar")) not working
It works on other android versions but below code doesn't work on android 12 devices. I use "ar" to language parameter.
val configuration: Configuration = resources.configuration
configurati...

Tuncer POLAT
Votes: 0
Answers: 2
Solr search for arabic text written in latin characters
I am using Apache Solr 8.6 for providing search functionality in a project, and I have use case to search for Arabic text written in Latin characters and vise verse. Data are located in one collection...

mshehata
Votes: 0
Answers: 1


