{"id":24052,"date":"2022-11-30T03:39:27","date_gmt":"2022-11-29T22:09:27","guid":{"rendered":"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/"},"modified":"2022-11-30T03:39:27","modified_gmt":"2022-11-29T22:09:27","slug":"solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed","status":"publish","type":"post","link":"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/","title":{"rendered":"[Solved] How do I extract the characters in between the specific set of characters in a string python(regex)? [closed]"},"content":{"rendered":"<p> [ad_1]<br \/>\n<\/p>\n<div id=\"answer-61622638\" class=\"answer js-answer accepted-answer js-accepted-answer\" data-answerid=\"61622638\" data-parentid=\"61622213\" data-score=\"0\" data-position-on-page=\"1\" data-highest-scored=\"1\" data-question-has-accepted-highest-score=\"1\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\">\n<div class=\"post-layout\">\n<div class=\"votecell post-layout--left\"><\/div>\n<div class=\"answercell post-layout--right\">\n<div class=\"s-prose js-post-body\" itemprop=\"text\">\n<pre><code>import re\n\ntxt = \"\"\"div&gt;&lt;div class=\"ShLswe\"&gt;&lt;a class=\"_2WFi0x\" href=\"https:\/\/stackoverflow.com\/order_details?order_id=OD40818094004&amp;amp;item_id=OD408180940040000&amp;amp;unit_id=OD408180940040000000\"&gt;&lt;div class=\"row\"&gt;&lt;div class=\"col-6-12\"&gt;&lt;div class=\"row\"&gt;&lt;div class=\"col-3-12\"&gt;&lt;div class=\"J2h1WZ\"&gt;&lt;div class=\"_3BTv9X\" style=\"height: 75px; width: 75px;\"&gt;&lt;img class=\"_1Nyybr  _30XEf0\" alt=\"\" src=\"https:\/\/rukminim1.flixcart.com\/image\/75\/75\/usb-adaptor\/s\/9\/8\/tp-link-150-mbps-wireless-n-original-imad8rruefj6rf3y.jpeg\"&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;div class=\"col-8-12\"&gt;&lt;div class=\"_3D-3p2\"&gt;&lt;span class=\"row _13y4_y _1iu0PI\"&gt;TP-LINK 150 Mbps TL-WN721N Wireless N&lt;\/span&gt;&lt;div class=\"row _3i00zY\"&gt;&lt;span class=\"_3i00zY _2n1WrW\"&gt;Seller: &lt;\/span&gt;&lt;span class=\"_2dTbPB\"&gt;WS Retail&lt;\/span&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;div class=\"col-2-12 JL36Xz\"&gt;\u20b9512&lt;\/div&gt;&lt;div class=\"col-4-12 _3Yi3bU\"&gt;&lt;div&gt;&lt;div class=\"_30ud5x _3ELbo9\"&gt;&lt;\/div&gt;&lt;span class=\"_7BRRQk\"&gt;Delivered on Aug 20, 2014&lt;\/span&gt;&lt;div class=\"_2t-3dH\"&gt;Your item has been delivered&lt;\/div&gt;&lt;\/div&gt;&lt;div class=\"d-uGDa\"&gt;&lt;\/div&gt;&lt;div class=\"paz6BF\"&gt;&lt;div class=\"_1S3Y5S row\"&gt;&lt;a class=\"FlPMmo\"&gt;&lt;img src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0nMTYnIGhlaWdodD0nMTknIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTggMTgiPgoJPGcgZmlsbD0nbm9uZSc+CgkJPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsPSIjMjg3NEYxIiBwb2ludHM9IjkgMTIuMDYyNSAxMy42Mzc1IDE1LjQzNzUgMTEuODYyNSA5Ljk4NzUgMTYuNSA2LjY4NzUgMTAuODEyNSA2LjY4NzUgOSAxLjA2MjUgNy4xODc1IDYuNjg3NSAxLjUgNi42ODc1IDYuMTM3NSA5Ljk4NzUgNC4zNjI1IDE1LjQzNzUiIC8+CgkJPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAxOCAwIDE4IDE4IDAgMTgiIC8+Cgk8L2c+Cjwvc3ZnPg==\" class=\"_3Q4GqT col-1-5\"&gt;&lt;span class=\"_3zvrLw col-3-5\"&gt;Rate &amp;amp; Review Product&lt;\/span&gt;&lt;\/a&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/a&gt;&lt;\/div&gt;&lt;\/div&gt;\"&lt;\"\"\"\n\n\nregex = re.compile(r\"&lt;img class=\\\"_1Nyybr  _30XEf0\\\" alt=\\\"\\\" src=\\\"(?P&lt;image&gt;.+?)\\.jpeg.*&lt;span class=\\\"row _13y4_y _1iu0PI\\\"&gt;(?P&lt;name&gt;.+?)&lt;\/span&gt;.*&lt;div class=\\\"col-2-12 JL36Xz\\\"&gt;\\D*(?P&lt;cost&gt;\\d+?)&lt;\/div&gt;\")\n\nresult = regex.search(txt)\nprint(result.group(\"image\"))\nprint(result.group(\"name\"))\nprint(result.group(\"cost\"))\n<\/code><\/pre>\n<p>The output is:<\/p>\n<pre><code>https:\/\/rukminim1.flixcart.com\/image\/75\/75\/usb-adaptor\/s\/9\/8\/tp-link-150-mbps-wireless-n-original-imad8rruefj6rf3y\nTP-LINK 150 Mbps TL-WN721N Wireless N\n512\n<\/code><\/pre>\n<\/p><\/div>\n<div class=\"mt24\"><\/div>\n<\/div>\n<p>            <span class=\"d-none\" itemprop=\"commentCount\"><\/span> <\/p><\/div>\n<\/div>\n<p>[ad_2]<\/p>\n<p>solved How do I extract the characters in between the specific set of characters in a string python(regex)? [closed] <\/p>\n","protected":false},"excerpt":{"rendered":"<p>[ad_1] import re txt = &#8220;&#8221;&#8221;div&gt;&lt;div class=&#8221;ShLswe&#8221;&gt;&lt;a class=&#8221;_2WFi0x&#8221; href=&#8221;https:\/\/stackoverflow.com\/order_details?order_id=OD40818094004&amp;amp;item_id=OD408180940040000&amp;amp;unit_id=OD408180940040000000&#8243;&gt;&lt;div class=&#8221;row&#8221;&gt;&lt;div class=&#8221;col-6-12&#8243;&gt;&lt;div class=&#8221;row&#8221;&gt;&lt;div class=&#8221;col-3-12&#8243;&gt;&lt;div class=&#8221;J2h1WZ&#8221;&gt;&lt;div class=&#8221;_3BTv9X&#8221; style=&#8221;height: 75px; width: 75px;&#8221;&gt;&lt;img class=&#8221;_1Nyybr _30XEf0&#8243; alt=&#8221;&#8221; src=&#8221;https:\/\/rukminim1.flixcart.com\/image\/75\/75\/usb-adaptor\/s\/9\/8\/tp-link-150-mbps-wireless-n-original-imad8rruefj6rf3y.jpeg&#8221;&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;div class=&#8221;col-8-12&#8243;&gt;&lt;div class=&#8221;_3D-3p2&#8243;&gt;&lt;span class=&#8221;row _13y4_y _1iu0PI&#8221;&gt;TP-LINK 150 Mbps TL-WN721N Wireless N&lt;\/span&gt;&lt;div class=&#8221;row _3i00zY&#8221;&gt;&lt;span class=&#8221;_3i00zY _2n1WrW&#8221;&gt;Seller: &lt;\/span&gt;&lt;span class=&#8221;_2dTbPB&#8221;&gt;WS Retail&lt;\/span&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;div class=&#8221;col-2-12 JL36Xz&#8221;&gt;\u20b9512&lt;\/div&gt;&lt;div class=&#8221;col-4-12 _3Yi3bU&#8221;&gt;&lt;div&gt;&lt;div class=&#8221;_30ud5x _3ELbo9&#8243;&gt;&lt;\/div&gt;&lt;span class=&#8221;_7BRRQk&#8221;&gt;Delivered on Aug 20, 2014&lt;\/span&gt;&lt;div class=&#8221;_2t-3dH&#8221;&gt;Your item has been &#8230; <a title=\"[Solved] How do I extract the characters in between the specific set of characters in a string python(regex)? [closed]\" class=\"read-more\" href=\"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/\" aria-label=\"More on [Solved] How do I extract the characters in between the specific set of characters in a string python(regex)? [closed]\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[320],"tags":[349,482,347],"class_list":["post-24052","post","type-post","status-publish","format-standard","hentry","category-solved","tag-python","tag-python-3-x","tag-regex"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>[Solved] How do I extract the characters in between the specific set of characters in a string python(regex)? [closed] - JassWeb<\/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:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[Solved] How do I extract the characters in between the specific set of characters in a string python(regex)? [closed] - JassWeb\" \/>\n<meta property=\"og:description\" content=\"[ad_1] import re txt = &quot;&quot;&quot;div&gt;&lt;div class=&quot;ShLswe&quot;&gt;&lt;a class=&quot;_2WFi0x&quot; href=&quot;https:\/\/stackoverflow.com\/order_details?order_id=OD40818094004&amp;amp;item_id=OD408180940040000&amp;amp;unit_id=OD408180940040000000&quot;&gt;&lt;div class=&quot;row&quot;&gt;&lt;div class=&quot;col-6-12&quot;&gt;&lt;div class=&quot;row&quot;&gt;&lt;div class=&quot;col-3-12&quot;&gt;&lt;div class=&quot;J2h1WZ&quot;&gt;&lt;div class=&quot;_3BTv9X&quot; style=&quot;height: 75px; width: 75px;&quot;&gt;&lt;img class=&quot;_1Nyybr _30XEf0&quot; alt=&quot;&quot; src=&quot;https:\/\/rukminim1.flixcart.com\/image\/75\/75\/usb-adaptor\/s\/9\/8\/tp-link-150-mbps-wireless-n-original-imad8rruefj6rf3y.jpeg&quot;&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;div class=&quot;col-8-12&quot;&gt;&lt;div class=&quot;_3D-3p2&quot;&gt;&lt;span class=&quot;row _13y4_y _1iu0PI&quot;&gt;TP-LINK 150 Mbps TL-WN721N Wireless N&lt;\/span&gt;&lt;div class=&quot;row _3i00zY&quot;&gt;&lt;span class=&quot;_3i00zY _2n1WrW&quot;&gt;Seller: &lt;\/span&gt;&lt;span class=&quot;_2dTbPB&quot;&gt;WS Retail&lt;\/span&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;div class=&quot;col-2-12 JL36Xz&quot;&gt;\u20b9512&lt;\/div&gt;&lt;div class=&quot;col-4-12 _3Yi3bU&quot;&gt;&lt;div&gt;&lt;div class=&quot;_30ud5x _3ELbo9&quot;&gt;&lt;\/div&gt;&lt;span class=&quot;_7BRRQk&quot;&gt;Delivered on Aug 20, 2014&lt;\/span&gt;&lt;div class=&quot;_2t-3dH&quot;&gt;Your item has been ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/\" \/>\n<meta property=\"og:site_name\" content=\"JassWeb\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-29T22:09:27+00:00\" \/>\n<meta name=\"author\" content=\"Kirat\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kirat\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/\"},\"author\":{\"name\":\"Kirat\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31\"},\"headline\":\"[Solved] How do I extract the characters in between the specific set of characters in a string python(regex)? [closed]\",\"datePublished\":\"2022-11-29T22:09:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/\"},\"wordCount\":45,\"publisher\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#organization\"},\"keywords\":[\"python\",\"python-3.x\",\"regex\"],\"articleSection\":[\"Solved\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/\",\"url\":\"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/\",\"name\":\"[Solved] How do I extract the characters in between the specific set of characters in a string python(regex)? [closed] - JassWeb\",\"isPartOf\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#website\"},\"datePublished\":\"2022-11-29T22:09:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jassweb.com\/solved\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[Solved] How do I extract the characters in between the specific set of characters in a string python(regex)? [closed]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jassweb.com\/solved\/#website\",\"url\":\"https:\/\/jassweb.com\/solved\/\",\"name\":\"JassWeb\",\"description\":\"Build High-quality Websites\",\"publisher\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jassweb.com\/solved\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/jassweb.com\/solved\/#organization\",\"name\":\"Jass Web\",\"url\":\"https:\/\/jassweb.com\/solved\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png\",\"contentUrl\":\"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png\",\"width\":693,\"height\":132,\"caption\":\"Jass Web\"},\"image\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31\",\"name\":\"Kirat\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1775193939\",\"contentUrl\":\"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1775193939\",\"caption\":\"Kirat\"},\"sameAs\":[\"http:\/\/jassweb.com\"],\"url\":\"https:\/\/jassweb.com\/solved\/author\/jaspritsinghghumangmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[Solved] How do I extract the characters in between the specific set of characters in a string python(regex)? [closed] - JassWeb","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:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/","og_locale":"en_US","og_type":"article","og_title":"[Solved] How do I extract the characters in between the specific set of characters in a string python(regex)? [closed] - JassWeb","og_description":"[ad_1] import re txt = \"\"\"div&gt;&lt;div class=\"ShLswe\"&gt;&lt;a class=\"_2WFi0x\" href=\"https:\/\/stackoverflow.com\/order_details?order_id=OD40818094004&amp;amp;item_id=OD408180940040000&amp;amp;unit_id=OD408180940040000000\"&gt;&lt;div class=\"row\"&gt;&lt;div class=\"col-6-12\"&gt;&lt;div class=\"row\"&gt;&lt;div class=\"col-3-12\"&gt;&lt;div class=\"J2h1WZ\"&gt;&lt;div class=\"_3BTv9X\" style=\"height: 75px; width: 75px;\"&gt;&lt;img class=\"_1Nyybr _30XEf0\" alt=\"\" src=\"https:\/\/rukminim1.flixcart.com\/image\/75\/75\/usb-adaptor\/s\/9\/8\/tp-link-150-mbps-wireless-n-original-imad8rruefj6rf3y.jpeg\"&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;div class=\"col-8-12\"&gt;&lt;div class=\"_3D-3p2\"&gt;&lt;span class=\"row _13y4_y _1iu0PI\"&gt;TP-LINK 150 Mbps TL-WN721N Wireless N&lt;\/span&gt;&lt;div class=\"row _3i00zY\"&gt;&lt;span class=\"_3i00zY _2n1WrW\"&gt;Seller: &lt;\/span&gt;&lt;span class=\"_2dTbPB\"&gt;WS Retail&lt;\/span&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;div class=\"col-2-12 JL36Xz\"&gt;\u20b9512&lt;\/div&gt;&lt;div class=\"col-4-12 _3Yi3bU\"&gt;&lt;div&gt;&lt;div class=\"_30ud5x _3ELbo9\"&gt;&lt;\/div&gt;&lt;span class=\"_7BRRQk\"&gt;Delivered on Aug 20, 2014&lt;\/span&gt;&lt;div class=\"_2t-3dH\"&gt;Your item has been ... Read more","og_url":"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/","og_site_name":"JassWeb","article_published_time":"2022-11-29T22:09:27+00:00","author":"Kirat","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kirat","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/#article","isPartOf":{"@id":"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/"},"author":{"name":"Kirat","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31"},"headline":"[Solved] How do I extract the characters in between the specific set of characters in a string python(regex)? [closed]","datePublished":"2022-11-29T22:09:27+00:00","mainEntityOfPage":{"@id":"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/"},"wordCount":45,"publisher":{"@id":"https:\/\/jassweb.com\/solved\/#organization"},"keywords":["python","python-3.x","regex"],"articleSection":["Solved"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/","url":"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/","name":"[Solved] How do I extract the characters in between the specific set of characters in a string python(regex)? [closed] - JassWeb","isPartOf":{"@id":"https:\/\/jassweb.com\/solved\/#website"},"datePublished":"2022-11-29T22:09:27+00:00","breadcrumb":{"@id":"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jassweb.com\/solved\/solved-how-do-i-extract-the-characters-in-between-the-specific-set-of-characters-in-a-string-pythonregex-closed\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jassweb.com\/solved\/"},{"@type":"ListItem","position":2,"name":"[Solved] How do I extract the characters in between the specific set of characters in a string python(regex)? [closed]"}]},{"@type":"WebSite","@id":"https:\/\/jassweb.com\/solved\/#website","url":"https:\/\/jassweb.com\/solved\/","name":"JassWeb","description":"Build High-quality Websites","publisher":{"@id":"https:\/\/jassweb.com\/solved\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jassweb.com\/solved\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jassweb.com\/solved\/#organization","name":"Jass Web","url":"https:\/\/jassweb.com\/solved\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/","url":"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png","contentUrl":"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png","width":693,"height":132,"caption":"Jass Web"},"image":{"@id":"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31","name":"Kirat","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/person\/image\/","url":"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1775193939","contentUrl":"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1775193939","caption":"Kirat"},"sameAs":["http:\/\/jassweb.com"],"url":"https:\/\/jassweb.com\/solved\/author\/jaspritsinghghumangmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/posts\/24052","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/comments?post=24052"}],"version-history":[{"count":0,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/posts\/24052\/revisions"}],"wp:attachment":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/media?parent=24052"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/categories?post=24052"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/tags?post=24052"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}