{"id":1594,"date":"2020-07-03T16:28:49","date_gmt":"2020-07-03T23:28:49","guid":{"rendered":"https:\/\/SUMMALAI.COM\/?p=1594"},"modified":"2020-12-23T10:11:20","modified_gmt":"2020-12-23T18:11:20","slug":"how-to-check-excel-if-cell-contains-partial-text","status":"publish","type":"post","link":"https:\/\/SUMMALAI.COM\/?p=1594","title":{"rendered":"How to Check Excel if Cell Contains Partial Text"},"content":{"rendered":"\n<p>To check&nbsp;<strong>if a cell contains specific text<\/strong>, you can use the ISNUMBER and the SEARCH function in&nbsp;<strong>Excel<\/strong>. There&#8217;s no CONTAINS function in Excel.<\/p>\n\n\n\n<p>1. To find the position of a substring in a text string, use the\u00a0SEARCH function. <\/p>\n\n\n\n<p>= SEARCH(B2,A2)<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.excel-easy.com\/examples\/images\/contains-specific-text\/search-function.png\" alt=\"Search Function in Excel\" title=\"Search Function in Excel\"\/><\/figure>\n\n\n\n<p>Explanation: &#8220;duck&#8221; found at position 10, &#8220;donkey&#8221; found at position 1, cell A4 does not contain the word &#8220;horse&#8221; and &#8220;goat&#8221; found at position 12.<\/p>\n\n\n\n<p>2. Add the ISNUMBER function. The ISNUMBER function returns TRUE if a cell contains a number, and FALSE if not.   <\/p>\n\n\n\n<p>= ISNUMBER(SEARCH(B2,A2))<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.excel-easy.com\/examples\/images\/contains-specific-text\/isnumber-function.png\" alt=\"IsNumber Function\" title=\"IsNumber Function\"\/><\/figure>\n\n\n\n<p>Explanation: cell A2&nbsp;<strong>contains<\/strong>&nbsp;the word &#8220;duck&#8221;, cell A3 contains the word &#8220;donkey&#8221;, cell A4 does not contain the word &#8220;horse&#8221; and cell A5 contains the word &#8220;goat&#8221;.<\/p>\n\n\n\n<p>3. You can also check if a cell contains specific text, without displaying the substring. Make sure to enclose the substring in double quotation marks.<\/p>\n\n\n\n<p>= ISNUMBER(SEARCH(&#8220;DUCT&#8221;,A2))<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.excel-easy.com\/examples\/images\/contains-specific-text\/double-quotation-marks.png\" alt=\"Double Quotation Marks\" title=\"Double Quotation Marks\"\/><\/figure>\n\n\n\n<p>4. To perform a case-sensitive search, replace the SEARCH function with the FIND function.<\/p>\n\n\n\n<p>= ISNUMBER(FIND(B2,A2))<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.excel-easy.com\/examples\/images\/contains-specific-text\/case-sensitive-search.png\" alt=\"Case-sensitive Search\" title=\"Case-sensitive Search\"\/><\/figure>\n\n\n\n<p>Explanation: the formula in cell C3 returns FALSE now. Cell A3 does not contain the word &#8220;donkey&#8221; but contains the word &#8220;Donkey&#8221;.<\/p>\n\n\n\n<p>5. Add the\u00a0IF function. The formula below (case-insensitive) returns &#8220;Found&#8221; if a cell contains specific text, and &#8220;Not Found&#8221; if not.<\/p>\n\n\n\n<p>= IF(ISNUMBER(SEARCH(B2,A2)),&#8221;FOUND&#8221;,&#8221;NOT FOUND&#8221;)<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.excel-easy.com\/examples\/images\/contains-specific-text\/check-if-a-cell-contains-specific-text.png\" alt=\"Check If a Cell Contains Specific Text\" title=\"Check If a Cell Contains Specific Text\"\/><\/figure>\n\n\n\n<p>6. You can also use the IF and the COUNTIF function in Excel to check if a cell contains specific text. However, the COUNTIF function is always case-insensitive.<\/p>\n\n\n\n<p>= IF(COUNTIF(A2,&#8221;*&#8221;&amp;B2&amp;&#8221;*&#8221;), &#8220;FOUND&#8221;, &#8220;NOT FOUND&#8221;)<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.excel-easy.com\/examples\/images\/contains-specific-text\/if-and-countif-function.png\" alt=\"If and Countif Function\" title=\"If and Countif Function\"\/><\/figure>\n\n\n\n<p>Explanation: the formula in cell C2 reduces to =IF(COUNTIF(A2,&#8221;*duck*&#8221;),&#8221;Found&#8221;,&#8221;Not Found&#8221;). An asterisk (*) matches a series of zero or more characters. Visit our page about the&nbsp;COUNTIF function&nbsp;to learn all you need to know about this powerful function.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To check&nbsp;if a cell contains specific text, you can use the ISNUMBER and the SEARCH function in&nbsp;Excel. There&#8217;s no CONTAINS function in Excel. 1. To find the position of a substring in a text string, use the\u00a0SEARCH function. = SEARCH(B2,A2) Explanation: &#8220;duck&#8221; found at position 10, &#8220;donkey&#8221; found at position 1, cell A4 does not <a class=\"read-more\" href=\"https:\/\/SUMMALAI.COM\/?p=1594\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[10,18],"tags":[],"class_list":["post-1594","post","type-post","status-publish","format-standard","hentry","category-microsoft","category-microsoft-office"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"To check if a cell contains specific text, you can use the ISNUMBER and the SEARCH function in Excel. There&#039;s no CONTAINS function in Excel. 1. To find the position of a substring in a text string, use the SEARCH function. = SEARCH(B2,A2) Explanation: &quot;duck&quot; found at position 10, &quot;donkey&quot; found at position 1, cell A4 does not\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Summa Lai\"\/>\n\t<meta name=\"keywords\" content=\"microsoft family,microsoft office\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/SUMMALAI.COM\/?p=1594\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1594#article\",\"name\":\"How to Check Excel if Cell Contains Partial Text | Summa Lai\",\"headline\":\"How to Check Excel if Cell Contains Partial Text\",\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.excel-easy.com\\\/examples\\\/images\\\/contains-specific-text\\\/search-function.png\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1594\\\/#articleImage\"},\"datePublished\":\"2020-07-03T16:28:49-07:00\",\"dateModified\":\"2020-12-23T10:11:20-08:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1594#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1594#webpage\"},\"articleSection\":\"Microsoft Family, Microsoft Office\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1594#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"name\":\"Microsoft Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"position\":2,\"name\":\"Microsoft Family\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=18#listItem\",\"name\":\"Microsoft Office\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=18#listItem\",\"position\":3,\"name\":\"Microsoft Office\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=18\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1594#listItem\",\"name\":\"How to Check Excel if Cell Contains Partial Text\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"name\":\"Microsoft Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1594#listItem\",\"position\":4,\"name\":\"How to Check Excel if Cell Contains Partial Text\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=18#listItem\",\"name\":\"Microsoft Office\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\",\"name\":\"sladmin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1594#personImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"sladmin\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2\",\"name\":\"Summa Lai\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1594#authorImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"Summa Lai\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1594#webpage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1594\",\"name\":\"How to Check Excel if Cell Contains Partial Text | Summa Lai\",\"description\":\"To check if a cell contains specific text, you can use the ISNUMBER and the SEARCH function in Excel. There's no CONTAINS function in Excel. 1. To find the position of a substring in a text string, use the SEARCH function. = SEARCH(B2,A2) Explanation: \\\"duck\\\" found at position 10, \\\"donkey\\\" found at position 1, cell A4 does not\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1594#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"datePublished\":\"2020-07-03T16:28:49-07:00\",\"dateModified\":\"2020-12-23T10:11:20-08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/\",\"name\":\"Summa Lai\",\"description\":\"Never Stop Learning, Building a Little Wiki...\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to Check Excel if Cell Contains Partial Text | Summa Lai","description":"To check if a cell contains specific text, you can use the ISNUMBER and the SEARCH function in Excel. There's no CONTAINS function in Excel. 1. To find the position of a substring in a text string, use the SEARCH function. = SEARCH(B2,A2) Explanation: \"duck\" found at position 10, \"donkey\" found at position 1, cell A4 does not","canonical_url":"https:\/\/SUMMALAI.COM\/?p=1594","robots":"max-image-preview:large","keywords":"microsoft family,microsoft office","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/SUMMALAI.COM\/?p=1594#article","name":"How to Check Excel if Cell Contains Partial Text | Summa Lai","headline":"How to Check Excel if Cell Contains Partial Text","author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/www.excel-easy.com\/examples\/images\/contains-specific-text\/search-function.png","@id":"https:\/\/SUMMALAI.COM\/?p=1594\/#articleImage"},"datePublished":"2020-07-03T16:28:49-07:00","dateModified":"2020-12-23T10:11:20-08:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/SUMMALAI.COM\/?p=1594#webpage"},"isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/?p=1594#webpage"},"articleSection":"Microsoft Family, Microsoft Office"},{"@type":"BreadcrumbList","@id":"https:\/\/SUMMALAI.COM\/?p=1594#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","position":1,"name":"Home","item":"https:\/\/SUMMALAI.COM","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","name":"Microsoft Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","position":2,"name":"Microsoft Family","item":"https:\/\/SUMMALAI.COM\/?cat=10","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=18#listItem","name":"Microsoft Office"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=18#listItem","position":3,"name":"Microsoft Office","item":"https:\/\/SUMMALAI.COM\/?cat=18","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=1594#listItem","name":"How to Check Excel if Cell Contains Partial Text"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","name":"Microsoft Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=1594#listItem","position":4,"name":"How to Check Excel if Cell Contains Partial Text","previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=18#listItem","name":"Microsoft Office"}}]},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/#person","name":"sladmin","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=1594#personImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"sladmin"}},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/?author=2#author","url":"https:\/\/SUMMALAI.COM\/?author=2","name":"Summa Lai","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=1594#authorImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"Summa Lai"}},{"@type":"WebPage","@id":"https:\/\/SUMMALAI.COM\/?p=1594#webpage","url":"https:\/\/SUMMALAI.COM\/?p=1594","name":"How to Check Excel if Cell Contains Partial Text | Summa Lai","description":"To check if a cell contains specific text, you can use the ISNUMBER and the SEARCH function in Excel. There's no CONTAINS function in Excel. 1. To find the position of a substring in a text string, use the SEARCH function. = SEARCH(B2,A2) Explanation: \"duck\" found at position 10, \"donkey\" found at position 1, cell A4 does not","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/#website"},"breadcrumb":{"@id":"https:\/\/SUMMALAI.COM\/?p=1594#breadcrumblist"},"author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"creator":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"datePublished":"2020-07-03T16:28:49-07:00","dateModified":"2020-12-23T10:11:20-08:00"},{"@type":"WebSite","@id":"https:\/\/SUMMALAI.COM\/#website","url":"https:\/\/SUMMALAI.COM\/","name":"Summa Lai","description":"Never Stop Learning, Building a Little Wiki...","inLanguage":"en-US","publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"}}]}},"aioseo_meta_data":{"post_id":"1594","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"none","schema_type_options":"{\"webPage\":{\"webPageType\":\"WebPage\"},\"article\":{\"articleType\":\"BlogPosting\"},\"book\":[],\"course\":[],\"event\":[],\"jobPosting\":[],\"music\":[],\"person\":[],\"product\":[],\"recipe\":[],\"restaurant\":[],\"service\":[],\"software\":[],\"video\":[]}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":{"businessInfo":{"name":"","urls":{"website":"","aboutPage":"","contactPage":""},"address":{"line1":"","line2":"","zip":"","city":"","state":"","country":""},"contact":{"email":"","phone":"","fax":""},"ids":{"vatID":"","taxID":"","chamberID":""},"payment":{"priceIndication":"","currenciesAccepted":"","methodsAccepted":""},"areaServed":""},"openingHours":{"show":false,"closedLabel":"","open24h":false,"open24hLabel":"","open247":false,"use24hFormat":false,"twoSets":false,"timezone":"","hours":[]}},"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-20 22:14:40","updated":"2024-01-12 04:34:27","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=10\" title=\"Microsoft Family\">Microsoft Family<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=18\" title=\"Microsoft Office\">Microsoft Office<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to Check Excel if Cell Contains Partial Text\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/SUMMALAI.COM"},{"label":"Microsoft Family","link":"https:\/\/SUMMALAI.COM\/?cat=10"},{"label":"Microsoft Office","link":"https:\/\/SUMMALAI.COM\/?cat=18"},{"label":"How to Check Excel if Cell Contains Partial Text","link":"https:\/\/SUMMALAI.COM\/?p=1594"}],"_links":{"self":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/1594","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1594"}],"version-history":[{"count":1,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/1594\/revisions"}],"predecessor-version":[{"id":2839,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/1594\/revisions\/2839"}],"wp:attachment":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1594"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1594"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1594"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}