Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
Special Syntax with Parentheses in Python
| Sr.No. | Example & Description |
|---|---|
| 1 |
R(?#comment) Matches "R". All the rest is a comment |
| 2 |
R(?i)uby Case-insensitive while matching "uby" |
| 3 |
R(?i:uby) Same as above |
| 4 |
rub(?:y|le)) Group only without creating \1 backreference |
Advertisements
