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
Validate an IP address using Python without using RegEx
Last Updated: 31 July 2023
Given an IP address as input, the task is to write a Python program to check whether the given IP Address is Valid or not without using RegE
...read more
Strings
Python
Python Programs
python-regex
Python Regex-programs
DSA
Python program to find the type of IP Address using Regex
Last Updated: 02 September 2021
Prerequisite: Python RegexGiven an IP address as input, write a Python program to find the type of IP address i.e. either IPv4 or IPv6. If t
...read more
Technical Scripter
Python
Python Programs
python-regex
Technical Scripter 2020
Python Regex-programs
Python program to find Indices of Overlapping Substrings
Last Updated: 31 July 2023
To count the number of overlapping sub-strings in Python we can use the Re module. To get the indices we will use the re.finditer() method.
...read more
Python
Python Programs
python-regex
Python string-programs
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
How to extract date from Excel file using Pandas?
Last Updated: 02 January 2023
Prerequisite: Regular Expressions in PythonIn this article, Let's see how to extract date from the Excel file. Suppose our Excel file looks
...read more
Python
python-regex
Python-pandas
Python pandas-datetime
Python Regex-programs
Python program to find files having a particular extension using RegEx
Last Updated: 29 December 2020
Prerequisite: Regular Expression in PythonMany of the times we need to search for a particular type of file from a list of different types o
...read more
Python
Python Programs
python-regex
Python Regex-programs
How to check if a string starts with a substring using regex in Python?
Last Updated: 28 August 2023
Prerequisite: Regular Expression in PythonGiven a string str, the task is to check if a string starts with a given substring or not using re
...read more
Python
python-regex
Python Regex-programs
Python program to Count Uppercase, Lowercase, special character and numeric values using Regex
Last Updated: 28 August 2023
Prerequisites: Regular Expression in PythonGiven a string. The task is to count the number of Uppercase, Lowercase, special character and nu
...read more
Python
Python Programs
python-regex
Python Regex-programs
Python Regex | Program to accept string ending with alphanumeric character
Last Updated: 10 June 2021
Prerequisite: Regular expression in PythonGiven a string, write a Python program to check whether the given string is ending with only alpha
...read more
Python
Python Programs
python-regex
Python Regex-programs
Python Regex - Program to accept string starting with vowel
Last Updated: 23 April 2023
Prerequisite: Regular expression in PythonGiven a string, write a Python program to check whether the given string is starting with Vowel or
...read more
Python
Python Programs
python-regex
Python Regex-programs
Python regex | Check whether the input is Floating point number or not
Last Updated: 25 January 2023
Prerequisite: Regular expression in Python Given an input, write a Python program to check whether the given Input is Floating point number
...read more
Python
Python Programs
python-regex
Python Regex-programs
Python | Replace multiple occurrence of character by single
Last Updated: 31 July 2023
Given a string and a character, write a Python program to replace multiple occurrences of the given character by a single character.Examples
...read more
Python
Python Programs
python-regex
Python Regex-programs
The most occurring number in a string using Regex - Python
Last Updated: 10 April 2025
We are given a string that contains a mix of text and numbers, and our task is to find the number that appears most frequently. For example,
...read more
Python
python-string
python-regex
Python string-programs
Python Regex-programs
Python | Program that matches a word containing 'g' followed by one or more e's using regex
Last Updated: 27 January 2023
Prerequisites : Regular Expressions | Set 1, Set 2 Given a string, the task is to check if that string contains any g followed by one or mor
...read more
Python
Python Programs
python-regex
Python Regex-programs
Python Regex to extract maximum numeric value from a string
Last Updated: 07 January 2025
When working with strings containing both text and numbers, it’s common to extract the largest numeric value embedded within the text, Pyt
...read more
Strings
Python
python-string
python-regex
Python Regex-programs
DSA
Regex in Python to put spaces between words starting with capital letters
Last Updated: 31 July 2023
Given an array of characters, which is basically a sentence. However, there is no space between different words and the first letter of ever
...read more
Strings
Python
python-string
python-regex
Python Regex-programs
DSA
First
1
2
3
>>
Last
First
1
2
3
>>
Last
First
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 !