kytrinyx (Katrina Owen)
- Login: kytrinyx
- Registered on: 07/08/2024
- Last sign in: 07/08/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/08/2024
-
05:06 PM Ruby Bug #20617 (Closed): /\pArabic/ character property doesn't match certain Arabic characters
- I am not sure this is a bug.
On some occasions I have Arabic text, but the Arabic character property rejects it as being Arabic.
Example:
```
str = "شغل مرحلة أولى ، جداً؟"
/^\p{Arabic}$/.match(str).inspect
# => nil
str.ch...