{"id":284,"date":"2024-11-07T08:09:27","date_gmt":"2024-11-07T08:09:27","guid":{"rendered":""},"modified":"2024-11-07T08:09:27","modified_gmt":"2024-11-07T08:09:27","slug":"regular-expression-in-python","status":"publish","type":"post","link":"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/","title":{"rendered":"What is Regular Expression in Python &#8211; Explain With Example"},"content":{"rendered":"<div style=\"background:#edf6ff;border: 1px solid #aaa;border-radius: 4px;box-shadow: 0 1px 1px rgb(0 0 0 \/ 5%);display:table;margin-bottom:1em;padding: 10px;position:relative;width:auto;\">\n<div class=\"btnSHown\" style=\"color:blue;font-size:18px;font-weight:600;cursor:pointer;\n\"><button class=\"btn btn-primary ml-1 mr-2 px-1 py-0\"><img decoding=\"async\" src=\"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg\" style=\"width: 33px;\n    filter: invert(1);\" \/><\/button><span id=\"tbleShowhdd\">Table of Contents [show]<\/span><\/div>\n<nav>\n<ul>\n<li><a class=\"blog-heading_link-c\" href=\"#what-is-a-regular-expression-in-python\" title=\"1. What is a Regular Expression in Python?\">1. What is a Regular Expression in Python?<\/a><\/li>\n<li><a class=\"blog-heading_link-c\" href=\"#why-is-regular-expression-used\" title=\"2.Why is Regular Expression Used?\">2. Why is Regular Expression Used?<\/a><\/li>\n<li><a class=\"blog-heading_link-c\" href=\"#application-of-regular-expression-in-python\" title=\"3.Application of Regular Expression in Python\">3. Application of Regular Expression in Python<\/a><\/li>\n<li><a class=\"blog-heading_link-c\" href=\"#syntax-of-python-regular-expressions\" title=\"4.Syntax of Python Regular Expressions\">4. Syntax of Python Regular Expressions<\/a><\/li>\n<li><a class=\"blog-heading_link-c\" href=\"#regular-expression-example\" title=\"5.Regular Expression Example\">5. Regular Expression Example<\/a><\/li>\n<\/ul>\n<ul id=\"show-hide-table-cn\" style=\"display: none;\">\n<li><a class=\"blog-heading_link-c\" href=\"#conclusion\" title=\"6.Conclusion\">6. Conclusion<\/a><\/li>\n<\/ul>\n<\/nav>\n<\/div>\n<p>&nbsp;<\/p>\n<p style=\"line-height:1.38\">\n<span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">This guide explains a regular expression in Python that helps find patterns in text. It works like a tool used in a programming language called Perl. You can search for patterns in both normal and special texts used for different languages (Unicode). However, you can&#39;t mix these two text types when searching or replacing patterns. The pattern, the text you&#39;re searching for, and the replacement text must all be of the same type.<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<h2 id=\"what-is-a-regular-expression-in-python\" style=\"line-height:1.38; margin-top:24px; margin-bottom:8px\" what-is-a-regular-expression-in-python=\"\">\n<span style=\"font-size:16pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">What is a Regular Expression in Python?<\/span><\/span><\/span><\/span><\/span><\/span><\/h2>\n<p style=\"line-height:1.38\">\n<span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">A regular expression is a notable pattern of characters that can be used to search for specific text within a larger document. It&#39;s a powerful search tool that can find complex patterns, not just simple words or phrases. Moreover, this tool is used in many ways, such as finding and replacing text, validating input, and analyzing text data. It&#39;s a fundamental concept in computer science and language theory.<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Regular expressions in Python have been around since the 1950s, thanks to a mathematician named Stephen Cole Kleene. They became popular with Unix, a computer operating system. Over the years, different ways of writing regular expressions have emerged, with POSIX and Perl being two common standards.<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Today, regular expressions are used in various tools and software. Search engines rely on them to find relevant information. Word processors and text editors use them for search and replace functions. Text processing utilities like sed and AWK also employ regular expressions. Many programming languages support regular expressions, often through libraries or built-in functions.<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<h3 id=\"why-is-regular-expression-used\" style=\"line-height:1.38; margin-top:21px; margin-bottom:5px\">\n<span style=\"font-size:13.999999999999998pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#434343\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Why is Regular Expression Used?<\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n<p style=\"line-height:1.38\">\n<span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Regular expressions are a powerful tool for filtering and searching text. In addition, they use special characters to define patterns that can match specific text strings. Here are some common regular expression uses and their meanings:<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">. (Dot): <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">This matches every single character, except a new line.<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">* (Asterisk):<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Captures any number of repetitions, including none, of the preceding character.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">^ (Caret):<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Matches the beginning of a string.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">$ (Dollar):<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Matches the end of a string.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">[] (Square brackets):<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Defines a character set. Matches any single character within the set.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Example:<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">To find all devices whose name starts with &quot;AL&quot; and has any number of characters after that, you can use the regular expression ^AL.*.<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">^:<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Matches the beginning of the string.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">AL:<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Matches the literal character &quot;AL&quot;.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">.*:<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Matches any number of characters (zero or more).<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">To find all devices whose name ends with &quot;G&quot;, you can use the regular expression in Python.*G$.<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">G: <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Matches the literal character &quot;G&quot;.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">$: Matches the end of the string.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">By understanding these basic regular expression characters, you can create more specific and powerful filters in your OQL queries and stitcher language code.<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<h3 id=\"application-of-regular-expression-in-python\" style=\"line-height:1.38; margin-top:21px; margin-bottom:5px\">\n<span style=\"font-size:13.999999999999998pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#434343\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Application of Regular Expression in Python<\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n<p style=\"line-height:1.38\">\n<span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Before we dive into using the regular expression in Python, let&#39;s explore their wide range of applications to understand their potential.<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Data Validation:<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Regular expressions can be used to check if data like email addresses or phone numbers is formatted correctly.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Web Scraping:<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> When extracting information from websites, regular expressions can help identify and isolate the specific data you need from the HTML code.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Search and Replace: <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Regular expressions can find and replace text that matches a certain pattern. Moreover, this is useful in text editors, databases, and coding.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Syntax Highlighting: <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Many text editors use regular expressions to color-code different parts of code, making it easier to read and understand.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Natural Language Processing (NLP):<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> In NLP, regular expressions can be used for tasks like breaking text into words (tokenization), reducing words to their root form (stemming), and other text processing techniques.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Log Analysis:<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Regular expressions can help analyze log files by extracting specific entries or identifying patterns over time.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<\/ul>\n<h3 id=\"syntax-of-python-regular-expressions\" style=\"line-height:1.38; margin-top:21px; margin-bottom:5px\">\n<span style=\"font-size:13.999999999999998pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#434343\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Syntax of Python Regular Expressions<\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n<p style=\"line-height:1.38\">\n<span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Regular Expressions (RE) is a special sequence of characters used to define a search pattern for text. Besides that, it is used to find, match, or manipulate strings. For example, &#39;ab*&#39; (matches &quot;a&quot; followed by zero or more &quot;b&quot;s), &#39;\\d+&#39; (matches one or more digits).<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<h4 style=\"line-height:1.38; margin-top:19px; margin-bottom:5px\">\n<span style=\"font-size:12pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#666666\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Module Functions<\/span><\/span><\/span><\/span><\/span><\/span><br \/>\n&nbsp;<\/h4>\n<ul>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Re.compile(pattern, flags=0):<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Compiles a regular expression pattern into a pattern object for efficient matching.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Re.search(pattern, string):<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Searches for the first occurrence of the pattern in the string.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Re.match(pattern, string):<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Similar to search but only matches if the pattern starts at the beginning of the string.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Re.findall(pattern, string):<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Returns a list of all non-overlapping matches of the pattern in the string.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Re.finditer(pattern, string):<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Returns an iterator yielding match objects for all non-overlapping matches.&nbsp;&nbsp;&nbsp;<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Re.sub(pattern, repl, string, count=0): <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Substitutes all occurrences of the pattern in the string with the replacement repl.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<\/ul>\n<p style=\"line-height:1.38\">\n<span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Now, if we talk about the syntax which would be:<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<h4 style=\"line-height:1.38; margin-top:19px; margin-bottom:5px\">\n<span style=\"font-size:12pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#666666\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Pattern Syntax<\/span><\/span><\/span><\/span><\/span><\/span><\/h4>\n<p style=\"line-height:1.38\">\n<span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Ordinary characters match themselves. In addition, special characters have specific meanings. The upcoming section will elaborate on the same.&nbsp;<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">. (dot) &#8211;<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Matches any single character except newline by default.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">^ &#8211; <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Matches the beginning of the string.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">$ (dollar) &#8211; <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Matches the end of the string.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">*(asterisk) &#8211; <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Matches zero or more repetitions of the preceding RE.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Plus (+) &#8211;<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Matches one or more repetitions of the preceding RE.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">? &#8211;<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Matches zero or one repetition of the preceding RE.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">[]:<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> Character class (matches one character out of a set).<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">|: <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Alternation (matches either the pattern before or the pattern after the pipe).<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">\\: <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Escape character (used to treat special characters literally).<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">\\d: <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Matches any decimal digit.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">\\s: <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Matches any whitespace character.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">\\w: <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Matches any word character (alphanumeric and underscore).<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">\\b: <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Matches the empty string at the beginning or end of a word.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Parentheses: <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Group expressions and define the order of operations.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<\/ul>\n<h4 style=\"line-height:1.38; margin-top:19px; margin-bottom:5px\">\n<span style=\"font-size:12pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#666666\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Flags<\/span><\/span><\/span><\/span><\/span><\/span><\/h4>\n<p style=\"line-height:1.38\">\n<span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Modify the regular expression behavior:<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Re.IGNORECASE: <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Case-insensitive matching.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Re.MULTILINE:<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> ^ matches the beginning of each line, $ matches the end of each line, or before the new line at the end.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Re.DOTALL: <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">. matches any character, including Newline.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Re.ASCII: <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Restricts matching to ASCII characters.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li aria-level=\"1\" style=\"list-style-type:disc\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Re.LOCALE: <\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Makes \\w, \\W, \\b, and \\B dependent on the current locale (for bytes patterns).<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<\/ul>\n<h3 id=\"regular-expression-example\" style=\"line-height:1.38; margin-top:21px; margin-bottom:5px\">\n<span style=\"font-size:13.999999999999998pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#434343\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Regular Expression Example<\/span><\/span><\/span><\/span><\/span><\/span><\/h3>\n<p style=\"line-height:1.38\">\n<span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Now, we will discuss some common examples of regular expression in <\/span><\/span><\/span><\/span><\/span><\/span><a href=\"https:\/\/www.upskillcampus.com\/blog\/python-for-beginners\" style=\"text-decoration:none\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#1155cc\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:underline\"><span style=\"-webkit-text-decoration-skip:none\"><span style=\"text-decoration-skip-ink:none\">Python Programming<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/a><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\"> that will be beneficial for you in the future.&nbsp;<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">1.&nbsp;<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Python<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">import re<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">text = &quot;This is some text with an email example@email.com&quot;<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">pattern = r&quot;\\w+@\\w+\\.\\w+&quot;&nbsp; # Raw string for verbatim pattern<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">match = re.search(pattern, text)<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">if match:<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">&nbsp;&nbsp;print(match.group())&nbsp; # Output: &quot;example@email.com&quot;<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:700\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">2.<\/span><\/span><\/span><\/span><\/span><\/span><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">&nbsp;<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">def displaymatch(match):<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">&nbsp;&nbsp;&nbsp;&nbsp;if match is None:<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return None<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p style=\"line-height:1.38\"><span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">&nbsp;&nbsp;&nbsp;&nbsp;return &#39;<match:>&#39; % (match.group(), match.groups())<\/match:><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<h4 id=\"conclusion\" style=\"line-height:1.38; margin-top:19px; margin-bottom:5px\">\n<span style=\"font-size:12pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#666666\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Conclusion<\/span><\/span><\/span><\/span><\/span><\/span><\/h4>\n<p style=\"line-height:1.38\">\n<span style=\"font-size:11pt; font-variant:normal; white-space:pre-wrap\"><span style=\"font-family:Arial,sans-serif\"><span style=\"color:#000000\"><span style=\"font-weight:400\"><span style=\"font-style:normal\"><span style=\"text-decoration:none\">Regular expressions in Python are a powerful tool that helps you find and manipulate specific patterns within text. They can be used for various tasks, from simple searching to complex data processing. By learning how to use regular expressions effectively, you can write more efficient and sophisticated Python code, especially when working with text data.<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<h4>\n<strong>Frequently Asked Questions<\/strong><\/h4>\n<div class=\"inblogffschema-faq\">\n<p>\n<strong>Q1. Is Python good for regular expressions? <\/strong><\/p>\n<p><strong>Ans<\/strong>. Yes! Python&#39;s regular expressions provide a quick and efficient way to search, match, and modify text based on specific patterns. By mastering this tool, you can enhance your programming skills, whether you&#39;re checking user input, processing data, or extracting information from large text files.<\/p>\n<p>\n<strong>Q2. What are regular functions in Python? <\/strong><\/p>\n<p><strong>Ans<\/strong>. A regular expression is a unique pattern of characters that you can use to find and match specific text within a larger string. In addition, Python provides functions that allow you to check if a particular text matches a given pattern or vice versa. Moreover, this makes it a powerful tool for searching and manipulating text data.<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>In this blog, we explore regular expressions (regex) in Python, a powerful tool for searching, matching, and manipulating text patterns. With regex, you can efficiently handle strings, extract information, or validate formats like emails and phone numbers. We\u2019ll walk through practical examples to demonstrate how regular expressions work, making complex text processing simpler and more precise.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-284","post","type-post","status-publish","format-standard","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is Regular Expression in Python - Explain With Example - Latest Insights &amp; Guides | Career Upskilling Blogs<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Regular Expression in Python - Explain With Example - Latest Insights &amp; Guides | Career Upskilling Blogs\" \/>\n<meta property=\"og:description\" content=\"In this blog, we explore regular expressions (regex) in Python, a powerful tool for searching, matching, and manipulating text patterns. With regex, you can efficiently handle strings, extract information, or validate formats like emails and phone numbers. We\u2019ll walk through practical examples to demonstrate how regular expressions work, making complex text processing simpler and more precise.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/\" \/>\n<meta property=\"og:site_name\" content=\"Latest Insights &amp; Guides | Career Upskilling Blogs\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-07T08:09:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/person\/53299d25f01528dd106c128db9251a11\"},\"headline\":\"What is Regular Expression in Python &#8211; Explain With Example\",\"datePublished\":\"2024-11-07T08:09:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/\"},\"wordCount\":1342,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/\",\"url\":\"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/\",\"name\":\"What is Regular Expression in Python - Explain With Example - Latest Insights &amp; Guides | Career Upskilling Blogs\",\"isPartOf\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg\",\"datePublished\":\"2024-11-07T08:09:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#primaryimage\",\"url\":\"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg\",\"contentUrl\":\"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.upskillcampus.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is Regular Expression in Python &#8211; Explain With Example\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#website\",\"url\":\"https:\/\/www.upskillcampus.com\/blog\/\",\"name\":\"Latest Insights &amp; Guides | Career Upskilling Blogs\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.upskillcampus.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#organization\",\"name\":\"Latest Insights &amp; Guides | Career Upskilling Blogs\",\"url\":\"https:\/\/www.upskillcampus.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.upskillcampus.com\/blog\/wp-content\/uploads\/2025\/02\/upskill-campus-logo.png\",\"contentUrl\":\"https:\/\/www.upskillcampus.com\/blog\/wp-content\/uploads\/2025\/02\/upskill-campus-logo.png\",\"width\":300,\"height\":116,\"caption\":\"Latest Insights &amp; Guides | Career Upskilling Blogs\"},\"image\":{\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/person\/53299d25f01528dd106c128db9251a11\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/af615012e47fb46f753324ae6be7640f155bf27b583328f36862d4e5a1a55b83?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/af615012e47fb46f753324ae6be7640f155bf27b583328f36862d4e5a1a55b83?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/af615012e47fb46f753324ae6be7640f155bf27b583328f36862d4e5a1a55b83?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/www.upskillcampus.com\/blog\"],\"url\":\"https:\/\/www.upskillcampus.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is Regular Expression in Python - Explain With Example - Latest Insights &amp; Guides | Career Upskilling Blogs","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/","og_locale":"en_US","og_type":"article","og_title":"What is Regular Expression in Python - Explain With Example - Latest Insights &amp; Guides | Career Upskilling Blogs","og_description":"In this blog, we explore regular expressions (regex) in Python, a powerful tool for searching, matching, and manipulating text patterns. With regex, you can efficiently handle strings, extract information, or validate formats like emails and phone numbers. We\u2019ll walk through practical examples to demonstrate how regular expressions work, making complex text processing simpler and more precise.","og_url":"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/","og_site_name":"Latest Insights &amp; Guides | Career Upskilling Blogs","article_published_time":"2024-11-07T08:09:27+00:00","og_image":[{"url":"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#article","isPartOf":{"@id":"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/"},"author":{"name":"admin","@id":"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/person\/53299d25f01528dd106c128db9251a11"},"headline":"What is Regular Expression in Python &#8211; Explain With Example","datePublished":"2024-11-07T08:09:27+00:00","mainEntityOfPage":{"@id":"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/"},"wordCount":1342,"commentCount":0,"publisher":{"@id":"https:\/\/www.upskillcampus.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#primaryimage"},"thumbnailUrl":"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/","url":"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/","name":"What is Regular Expression in Python - Explain With Example - Latest Insights &amp; Guides | Career Upskilling Blogs","isPartOf":{"@id":"https:\/\/www.upskillcampus.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#primaryimage"},"image":{"@id":"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#primaryimage"},"thumbnailUrl":"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg","datePublished":"2024-11-07T08:09:27+00:00","breadcrumb":{"@id":"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#primaryimage","url":"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg","contentUrl":"https:\/\/www.theiotacademy.co\/assets\/images\/socialicons\/bars-solid-icon-new.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.upskillcampus.com\/blog\/regular-expression-in-python\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.upskillcampus.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What is Regular Expression in Python &#8211; Explain With Example"}]},{"@type":"WebSite","@id":"https:\/\/www.upskillcampus.com\/blog\/#website","url":"https:\/\/www.upskillcampus.com\/blog\/","name":"Latest Insights &amp; Guides | Career Upskilling Blogs","description":"","publisher":{"@id":"https:\/\/www.upskillcampus.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.upskillcampus.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.upskillcampus.com\/blog\/#organization","name":"Latest Insights &amp; Guides | Career Upskilling Blogs","url":"https:\/\/www.upskillcampus.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.upskillcampus.com\/blog\/wp-content\/uploads\/2025\/02\/upskill-campus-logo.png","contentUrl":"https:\/\/www.upskillcampus.com\/blog\/wp-content\/uploads\/2025\/02\/upskill-campus-logo.png","width":300,"height":116,"caption":"Latest Insights &amp; Guides | Career Upskilling Blogs"},"image":{"@id":"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.upskillcampus.com\/blog\/#\/schema\/person\/53299d25f01528dd106c128db9251a11","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/af615012e47fb46f753324ae6be7640f155bf27b583328f36862d4e5a1a55b83?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/af615012e47fb46f753324ae6be7640f155bf27b583328f36862d4e5a1a55b83?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/af615012e47fb46f753324ae6be7640f155bf27b583328f36862d4e5a1a55b83?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/www.upskillcampus.com\/blog"],"url":"https:\/\/www.upskillcampus.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/posts\/284","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/comments?post=284"}],"version-history":[{"count":0,"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/posts\/284\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/media?parent=284"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/categories?post=284"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.upskillcampus.com\/blog\/wp-json\/wp\/v2\/tags?post=284"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}