
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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