Regular expressions is a powerful way of doing search and replace in strings.
- الأنماط والأعلام
- فئات الأحرف
- Unicode: flag "u" and class \p{...}
- Anchors: string start ^ and end $
- Multiline mode of anchors ^ $, flag "m"
- Word boundary: \b
- التخطى, الرموز الخاصة
- Sets and ranges [...]
- Quantifiers +, *, ? and {n}
- Greedy and lazy quantifiers
- التقاط المجموعات
- المرجعيات الخلفية في النمط: \ N و \ k <name>
- التناوب (أو) |
- Lookahead و lookbehind
- التراجع الكارثي
- علم ثابت "y" ، البحث في الموضع