Skip to content

Commit e0b1b4e

Browse files
author
mir hossein
authored
Update README.md
1 parent b0752c8 commit e0b1b4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ additional_arabic_characters_codepoints = '\u0624-\u0625\u0643\u0649-\u064A\u06D
354354

355355

356356
```php
357+
// php
357358
$additional_arabic_characters_codepoints ='\x{0624}-\x{0625}\x{0643}\x{0649}-\x{064A}\x{06D5}';
358359
```
359360

@@ -411,6 +412,7 @@ $arabic_numbers_codepoints ='\x{0660}-\x{0669}';
411412

412413

413414
```javascript
415+
// javascript
414416
var arabic_numbers_codepoints = '\u0660-\u0669';
415417
```
416418

0 commit comments

Comments
 (0)