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
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Sign In
▲
Similar Topics
DSA
22.5k+ articles
Python
20.5k+ articles
Python Programs
4k+ articles
Strings
3.2k+ articles
Python-pandas
1.6k+ articles
python
1.1k+ articles
Python string-programs
560+ articles
python-string
240+ articles
java-regular-expression
90 articles
Python Regex-programs
38 articles
python-regex
79 posts
Popular Articles
Recent Articles
Python Extract Substring Using Regex
Last Updated: 23 February 2024
Python provides a powerful and flexible module called re for working with regular expressions. Regular expressions (regex) are a sequence of
...read more
Python
Python Programs
python-regex
Picked
Separate Alphabets and Numbers in a String - Python
Last Updated: 18 January 2025
The task is to separate alphabets and numbers from a string. For example, given "a1b2c3", the output should be alphabets "abc" and numbers "
...read more
Technical Scripter
Python
Python Programs
python-regex
Picked
Python string-programs
Technical Scripter 2022
How to remove brackets from text file in Python ?
Last Updated: 21 February 2022
Sometimes it becomes tough to remove brackets from the text file which is unnecessary to us. Hence, python can do this for us. In python, we
...read more
Python
python-regex
Picked
python-file-handling
Similar Topics
DSA
22.5k+ articles
Python
20.5k+ articles
Python Programs
4k+ articles
Strings
3.2k+ articles
Python-pandas
1.6k+ articles
python
1.1k+ articles
Python string-programs
560+ articles
python-string
240+ articles
java-regular-expression
90+ articles
Python Regex-programs
38+ articles
How to remove text inside brackets in Python?
Last Updated: 18 February 2023
In this article, we will learn how to remove content inside brackets without removing brackets in python.Examples:Input: (hai)geeksOutput: (
...read more
Python
python-regex
Picked
Python Regex Metacharacters
Last Updated: 01 October 2020
Metacharacters are considered as the building blocks of regular expressions. Regular expressions are patterns used to match character combin
...read more
Python
Programming Language
Python Programs
python-regex
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
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 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
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
4
5
6
>>
Last
First
1
2
3
4
5
6
>>
Last
First
1
2
3
4
>>
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 !