Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
DSA
22.3k+ articles
Python
20.1k+ articles
Python Programs
4.1k+ articles
Strings
3.2k+ articles
Misc
2.1k+ articles
Python-pandas
1.6k+ articles
Python string-programs
560+ articles
Python pandas-dataFrame
550+ articles
python-string
240+ articles
python-regex
79 articles
Python Regex-programs
38 posts
Popular Articles
Recent Articles
Python program to extract Strings between HTML Tags
Last Updated: 17 May 2023
Given a String and HTML tag, extract all the strings between the specified tag.Input : 'bGfg/b is bBest/b. I love bReading CS/b from it.' ,
...read more
Python
Python Programs
python-regex
Python Regex-programs
Python - Check if String Contain Only Defined Characters using Regex
Last Updated: 05 January 2024
In this article, we are going to see how to check whether the given string contains only a certain set of characters in Python. These define
...read more
Python
python-regex
Python Regex-programs
Extract IP address from file using Python
Last Updated: 10 February 2022
Let us see how to extract IP addresses from a file using Python.Algorithm :Import the re module for regular expression.Open the file using t
...read more
Python
python-utility
python-regex
Python Regex-programs
Similar Topics
DSA
22.3k+ articles
Python
20.1k+ articles
Python Programs
4.1k+ articles
Strings
3.2k+ articles
Misc
2.1k+ articles
Python-pandas
1.6k+ articles
Python string-programs
560+ articles
Python pandas-dataFrame
550+ articles
python-string
240+ articles
python-regex
79+ articles
Python - Substituting patterns in text using regex
Last Updated: 29 December 2020
Regular Expression (regex) is meant for pulling out the required information from any text which is based on patterns. They are also widely
...read more
Python
Python Programs
python-regex
Write From Home
Python Regex-programs
Python - Check whether a string starts and ends with the same character or not (using Regular Expression)
Last Updated: 31 July 2023
Given a string. The task is to write a regular expression to check whether a string starts and ends with the same character.Examples:Input :
...read more
Python
Python Programs
python-regex
Python Regex-programs
Name validation using IGNORECASE in Python Regex
Last Updated: 29 December 2020
In this article, we will learn about how to use Python Regex to validate name using IGNORECASE. re.IGNORECASE : This flag allows for case-in
...read more
Python
python-regex
Python Regex-programs
Python program to validate an IP Address
Last Updated: 22 April 2023
Prerequisite: Python RegexGiven an IP address as input, write a Python program to check whether the given IP Address is Valid or not.What is
...read more
Python
Python Programs
python-regex
Python Regex-programs
Check if email address valid or not in Python
Last Updated: 30 September 2024
Given a string, write a Python program to check if the string is a valid email address or not.An email is a string (a subset of ASCII charac
...read more
Python
Python Programs
python-regex
Python Regex-programs
Remove All Characters Except Letters and Numbers - Python
Last Updated: 19 April 2025
In this article, we’ll learn how to clean a string by removing everything except letters (A–Z, a–z) and numbers (0–9). This means ge
...read more
Python
Python Programs
python-regex
Python string-programs
Python Regex-programs
Find all the numbers in a string using regular expression in Python
Last Updated: 08 May 2023
Given a string str containing numbers and alphabets, the task is to find all the numbers in str using regular expression.Examples:Input: abc
...read more
Arrays
Python
Python Programs
python-regex
Python Regex-programs
DSA
Python regex to find sequences of one upper case letter followed by lower case letters
Last Updated: 06 September 2024
Write a Python Program to find sequences of one upper case letter followed by lower case letters. If found, print 'Yes', otherwise 'No'. Exa
...read more
Python
Python Programs
python-regex
Python Regex-programs
Program to check if a string contains any special character
Last Updated: 08 April 2024
Given a string, the task is to check if that string contains any special character (defined special character set). If any special character
...read more
Python
Python Programs
python-string
python-regex
Python string-programs
Python Regex-programs
Extracting email addresses using regular expressions in Python
Last Updated: 29 December 2020
Let suppose a situation in which you have to read some specific data like phone numbers, email addresses, dates, a collection of words etc.
...read more
Misc
Pattern Searching
Python
python-regex
Python Regex-programs
DSA
Check for URL in a String - Python
Last Updated: 12 April 2025
We are given a string that may contain one or more URLs and our task is to extract them efficiently. This is useful for web scraping, text p
...read more
Python
python-string
python-regex
Python string-programs
Python Regex-programs
Python program to check the validity of a Password
Last Updated: 06 September 2024
In this program, we will be taking a password as a combination of alphanumeric characters along with special characters, and checking whethe
...read more
Python
Python Programs
python-string
python-regex
Python string-programs
Python Regex-programs
1
2
3
>>
Last
1
2
3
>>
Last
1
2
3
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !