{"id":1812,"date":"2020-04-11T10:58:57","date_gmt":"2020-04-11T08:58:57","guid":{"rendered":"http:\/\/www.ardpylab.fr\/?page_id=1812"},"modified":"2020-05-10T15:24:52","modified_gmt":"2020-05-10T13:24:52","slug":"les-chaines-de-caracteres","status":"publish","type":"page","link":"https:\/\/www.ardpylab.fr\/?page_id=1812","title":{"rendered":"Les chaines de caract\u00e8res"},"content":{"rendered":"\n<p><br>Les chaines de caract\u00e8res sont des donn\u00e9es de type <strong>str<\/strong> repr\u00e9sentant une s\u00e9quence de caract\u00e8res entre guillemets simple<strong> &lsquo; &lsquo; <\/strong>ou double <strong>\u201d \u201d<\/strong>.<\/p>\n<p>Trois syntaxes de cha\u00eenes sont disponibles&nbsp;:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 21px;\">\n<tbody>\n<tr style=\"height: 21px;\">\n<td style=\"height: 21px; padding-left: 40px;\" bgcolor=\"#FFFFCC\">\n<p><span style=\"color: #000000;\">syntaxe1 = \u201dPremi\u00e8re forme sans un retour \u00e0 la ligne\u201d<br><\/span><br><span style=\"color: #000000;\">syntaxe2 = \u201dDeuxi\u00e8me forme avec retour \u00e0 la ligne\\n\u201d<br><\/span><br><span style=\"color: #000000;\">syntaxe3 = \u201d\u201d\u201d<\/span><br><span style=\"color: #000000;\">Troisi\u00e8me forme multi-ligne<\/span><br><span style=\"color: #000000;\">Troisi\u00e8me forme multi-ligne<\/span><br><span style=\"color: #000000;\">\u201d<\/span><span style=\"color: #000000;\">\u201d<\/span><span style=\"color: #000000;\">\u201d<\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p>Ce qui donne&nbsp;dans la console Python:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 70px;\">\n<tbody>\n<tr style=\"height: 70px;\">\n<td style=\"height: 70px; padding-left: 40px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-1814\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch1-300x49.png\" alt=\"\" width=\"561\" height=\"91\" srcset=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch1-300x49.png 300w, https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch1.png 609w\" sizes=\"auto, (max-width: 561px) 100vw, 561px\" \/><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 70px;\">\n<tbody>\n<tr style=\"height: 70px;\">\n<td style=\"height: 70px; padding-left: 40px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-1815\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch2-300x111.png\" alt=\"\" width=\"351\" height=\"130\" srcset=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch2-300x111.png 300w, https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch2.png 350w\" sizes=\"auto, (max-width: 351px) 100vw, 351px\" \/><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p>On peut effectuer des op\u00e9rations sur les chaines&nbsp;:<\/p>\n<p>. D\u00e9termination de la longueur de la chaine \u00e0 l\u2019aide de la fonction <strong>len()<\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 70px;\">\n<tbody>\n<tr style=\"height: 70px;\">\n<td style=\"height: 70px; padding-left: 40px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1820\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch3.png\" alt=\"\" width=\"141\" height=\"47\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p>. Concat\u00e9nation de 2 chaines:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 70px;\">\n<tbody>\n<tr style=\"height: 70px;\">\n<td style=\"height: 70px; padding-left: 40px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1821\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch4.png\" alt=\"\" width=\"133\" height=\"78\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p>. R\u00e9p\u00e9tition d\u2019une chaine :<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 70px;\">\n<tbody>\n<tr style=\"height: 70px;\">\n<td style=\"height: 70px; padding-left: 40px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1822\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch5.png\" alt=\"\" width=\"114\" height=\"64\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p><br>Les chaines sont des objets auxquels on peut appliquer une m\u00e9thode en utilisant la \u00ab\u00a0<strong>notation point\u00e9e<\/strong>\u00a0\u00bb entre la donn\u00e9e\/variable \u00e0 laquelle on applique la m\u00e9thode et le nom de la m\u00e9thode&nbsp;: <strong>chaine.methode()<br><br><\/strong><\/p>\n\n\n\n<h4><span style=\"color: #0000ff;\"><strong><a id=\"ch1\"><\/a>. <u>M\u00e9thodes de test de l&rsquo;\u00e9tat d&rsquo;une chaine ch<\/u><\/strong><\/span><\/h4>\n<p>Les m\u00e9thodes couramment utilis\u00e9es suivantes sont \u00e0 valeur bool\u00e9ennes, c&rsquo;est-\u00e0-dire qu&rsquo;elles retournent la valeur True ou False.<\/p>\n<p>. <strong>isupper()<\/strong> et <strong>islower()<\/strong> retournent True si <strong>ch<\/strong> ne contient respectivement que des majuscules\/minuscules :<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 70px;\">\n<tbody>\n<tr style=\"height: 70px;\">\n<td style=\"height: 70px; padding-left: 40px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1827\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch6.png\" alt=\"\" width=\"190\" height=\"80\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p>. <strong>istitle() <\/strong>retourne True si seule la premi\u00e8re lettre de chaque mot de <strong>ch<\/strong> est en majuscule&nbsp;:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 70px;\">\n<tbody>\n<tr style=\"height: 70px;\">\n<td style=\"height: 70px; padding-left: 40px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1828\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch7.png\" alt=\"\" width=\"189\" height=\"45\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p>. <strong>isalnum()<\/strong>, <strong>isalpha()<\/strong>, <strong>isdigit()<\/strong> et <strong>isspace() <\/strong>retournent True si <strong>ch<\/strong> ne contient respectivement que des caract\u00e8res alphanum\u00e9riques, alphab\u00e9tiques, num\u00e9riques ou des espaces :<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 70px;\">\n<tbody>\n<tr style=\"height: 70px;\">\n<td style=\"height: 70px; padding-left: 40px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1829\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch8.png\" alt=\"\" width=\"196\" height=\"143\"> <img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1830\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch9.png\" alt=\"\" width=\"193\" height=\"145\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<h4><strong><br><span style=\"color: #0000ff;\"><a id=\"ch2\"><\/a>. <u>M\u00e9thodes souvent utilis\u00e9es retournant une nouvelle chaine<\/u><\/span><\/strong><\/h4>\n<p>. <strong>lower()<\/strong>, <strong>upper()<\/strong>, <strong>capitalize(<\/strong>) et <strong>swapcase()<\/strong> retournent respectivement une chaine en minuscule, en majuscule, en minuscule commen\u00e7ant par une majuscule, ou en casse invers\u00e9e :<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 70px;\">\n<tbody>\n<tr style=\"height: 70px;\">\n<td style=\"height: 70px; padding-left: 40px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1834\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch10.png\" alt=\"\" width=\"209\" height=\"144\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p>. <strong>strip(\u2018chars\u2019)<\/strong>, <strong>lstrip(\u2018chars\u2019)<\/strong> et <strong>rstrip(\u2018chars\u2019)<\/strong> suppriment toutes les combinaisons de \u2018chars\u2019 (ou l&rsquo;espace par d\u00e9faut) respectivement au d\u00e9but et en fin, au d\u00e9but, ou en fin d&rsquo;une chaine :<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 70px;\">\n<tbody>\n<tr style=\"height: 70px;\">\n<td style=\"height: 70px; padding-left: 40px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1835\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch11.png\" alt=\"\" width=\"206\" height=\"149\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1836\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch12.png\" alt=\"\" width=\"178\" height=\"79\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p>. <strong>split<\/strong>(\u2018sep\u2019, maxsplit) d\u00e9coupe la chaine en maxsplit morceaux (tous par d\u00e9faut) suivant le s\u00e9parateur \u2018sep\u2019 (ou l&rsquo;espace par d\u00e9faut)&nbsp;:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 70px;\">\n<tbody>\n<tr style=\"height: 70px;\">\n<td style=\"height: 70px; padding-left: 40px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1837\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch13.png\" alt=\"\" width=\"274\" height=\"83\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p><strong>&nbsp;. rsplit() <\/strong>effectue la m\u00eame chose en commen\u00e7ant par la fin&nbsp;:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 70px;\">\n<tbody>\n<tr style=\"height: 70px;\">\n<td style=\"height: 70px; padding-left: 40px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1838\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch14.png\" alt=\"\" width=\"243\" height=\"38\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p><strong>.<\/strong> <strong>splitlines()<\/strong> effectue le m\u00eame travail mais avec les caract\u00e8res de fin de ligne&nbsp;:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 68px;\">\n<tbody>\n<tr style=\"height: 70px;\">\n<td style=\"height: 68px; padding-left: 40px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1839\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch15.png\" alt=\"\" width=\"287\" height=\"114\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<h4>&nbsp;<\/h4>\n<h4><span style=\"color: #0000ff;\"><strong><a id=\"ch3\"><\/a>. <u>Indi\u00e7age des chaines de caract\u00e8res<\/u><\/strong><\/span><\/h4>\n<p>Les chaines de caract\u00e8res peuvent \u00eatre indic\u00e9es avec l\u2019op\u00e9rateur [ ] dans lequel l&rsquo;indice, un entier sign\u00e9 qui commence \u00e0 0 indique la position d&rsquo;un caract\u00e8re :<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 39px;\">\n<tbody>\n<tr style=\"height: 21px;\">\n<td style=\"height: 21px; padding-left: 40px;\" bgcolor=\"#FFFFCC\">\n<p><span style=\"color: #000000;\">s = \u00ab\u00a0Rayon X\u00a0\u00bb <span style=\"color: #808080;\"># len(s) ==&gt; 7<\/span><\/span><br><span style=\"color: #000000;\">print(s[0]) <span style=\"color: #808080;\"># R<\/span><\/span><br><span style=\"color: #000000;\">print(s[2]) <span style=\"color: #808080;\"># y<\/span><\/span><br><span style=\"color: #000000;\">print(s[-1]) <span style=\"color: #808080;\"># X<\/span><\/span><br><span style=\"color: #000000;\">print(s[-3]) <span style=\"color: #808080;\"># n<\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p>Ci-dessous, un sch\u00e9ma repr\u00e9sentatif de l\u2019indi\u00e7age de la chaine <strong>s<\/strong>:<\/p>\n\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1844 aligncenter\" style=\"border: 3px solid #eeeeee; padding: 3px; margin: 3px;\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch16.png\" alt=\"\" width=\"550\" height=\"284\"><\/figure>\n<\/div>\n<p>&nbsp;<\/p>\n\n\n\n<p>Il est possible d\u2019extraire des sous-chaines de la chaine s&nbsp;:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 21px;\">\n<tbody>\n<tr style=\"height: 21px;\">\n<td style=\"height: 21px; padding-left: 40px;\" bgcolor=\"#FFFFCC\">\n<p><span style=\"color: #000000;\">s = \u00ab\u00a0Rayon X\u00a0\u00bb <span style=\"color: #808080;\"># len(s) ==&gt; 7<\/span><\/span><br><span style=\"color: #000000;\">s[1:4] <span style=\"color: #808080;\"># &lsquo;ayo&rsquo; (de l&rsquo;indice 1 compris \u00e0 4 non compris)<\/span><\/span><br><span style=\"color: #000000;\">s[-2:] <span style=\"color: #808080;\"># &lsquo; X&rsquo; (de l&rsquo;indice -2 compris \u00e0 la fin)<\/span><\/span><br><span style=\"color: #000000;\">s[:3] <span style=\"color: #808080;\"># &lsquo;Ray&rsquo; (du d\u00e9but \u00e0 3 non compris)<\/span><\/span><br><span style=\"color: #000000;\">s[3:] <span style=\"color: #808080;\"># &lsquo;on X&rsquo; (de l&rsquo;indice 3 compris \u00e0 la fin)<\/span><\/span><br><span style=\"color: #000000;\">s[::2] <span style=\"color: #808080;\"># &lsquo;RynX&rsquo; (du d\u00e9but \u00e0 la fin, de 2 en 2)<\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p>Op\u00e9rations d\u2019extraction r\u00e9sum\u00e9es ci-dessous&nbsp;:<\/p>\n\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1848 aligncenter\" style=\"border: 3px solid #eeeeee; padding: 3px; margin: 3px;\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/04\/pythonch17.png\" alt=\"\" width=\"558\" height=\"320\"><\/figure>\n<\/div>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n\n\n<div  class=\"grids-section grids-is-stretch\" style=\"--_gs-gap-desktop:0px 0px;--_gs-m-desktop:0 0 0 0;--_gs-p-desktop:0 0 0 0;--_gs-bg-desktop:transparent none;--_gs-bg-xp-desktop:0px;--_gs-zi-desktop:auto;--_gs-d-desktop:block;--_gs-mw-desktop:calc(100% - 0 - 0);--_gs-gap-tablet:0px 0px;--_gs-m-tablet:0 0 0 0;--_gs-p-tablet:0 0 0 0;--_gs-bg-tablet:transparent none;--_gs-bg-xp-tablet:0px;--_gs-zi-tablet:auto;--_gs-d-tablet:block;--_gs-mw-tablet:calc(100% - 0 - 0);--_gs-gap-mobile:0px 0px;--_gs-m-mobile:0 0 0 0;--_gs-p-mobile:0 0 0 0;--_gs-bg-mobile:transparent none;--_gs-bg-xp-mobile:0px;--_gs-zi-mobile:auto;--_gs-d-mobile:block;--_gs-mw-mobile:calc(100% - 0 - 0);--_gs-columns:2;--_gs-rows:1\"><div class=\"grids-s-w_i\">\n<div class=\"grids-area\" style=\"--_ga-column:1\/2;--_ga-row:1\/2;--_ga-m-desktop:0 0 0 0;--_ga-p-desktop:0 0 0 0;--_ga-bg-desktop:transparent none;--_ga-zi-desktop:auto;--_ga-d-desktop:flex;--_ga-mw-desktop:calc(100% - 0 - 0);--_ga-m-tablet:0 0 0 0;--_ga-p-tablet:0 0 0 0;--_ga-bg-tablet:transparent none;--_ga-zi-tablet:auto;--_ga-d-tablet:flex;--_ga-mw-tablet:calc(100% - 0 - 0);--_ga-m-mobile:0 0 0 0;--_ga-p-mobile:0 0 0 0;--_ga-bg-mobile:transparent none;--_ga-zi-mobile:auto;--_ga-d-mobile:flex;--_ga-mw-mobile:calc(100% - 0 - 0)\">\n\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large\"><a href=\"https:\/\/www.ardpylab.fr\/?page_id=1789\"><img loading=\"lazy\" decoding=\"async\" width=\"50\" height=\"28\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/03\/moins.jpg\" alt=\"\" class=\"wp-image-107\"\/><\/a><\/figure><\/div>\n\n<\/div>\n\n<div class=\"grids-area\" style=\"--_ga-column:2\/3;--_ga-row:1\/2;--_ga-m-desktop:0 0 0 0;--_ga-p-desktop:0 0 0 0;--_ga-bg-desktop:transparent none;--_ga-zi-desktop:auto;--_ga-d-desktop:flex;--_ga-mw-desktop:calc(100% - 0 - 0);--_ga-m-tablet:0 0 0 0;--_ga-p-tablet:0 0 0 0;--_ga-bg-tablet:transparent none;--_ga-zi-tablet:auto;--_ga-d-tablet:flex;--_ga-mw-tablet:calc(100% - 0 - 0);--_ga-m-mobile:0 0 0 0;--_ga-p-mobile:0 0 0 0;--_ga-bg-mobile:transparent none;--_ga-zi-mobile:auto;--_ga-d-mobile:flex;--_ga-mw-mobile:calc(100% - 0 - 0)\">\n\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><a href=\"https:\/\/www.ardpylab.fr\/?page_id=1862\"><img loading=\"lazy\" decoding=\"async\" width=\"50\" height=\"28\" src=\"https:\/\/www.ardpylab.fr\/wp-content\/uploads\/2020\/03\/plus.jpg\" alt=\"\" class=\"wp-image-106\"\/><\/a><\/figure><\/div>\n\n<\/div>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Les chaines de caract\u00e8res sont des donn\u00e9es de type str repr\u00e9sentant une s\u00e9quence de caract\u00e8res entre guillemets simple &lsquo; &lsquo; ou double \u201d \u201d. Trois syntaxes de cha\u00eenes sont disponibles&nbsp;: syntaxe1 = \u201dPremi\u00e8re forme sans un retour \u00e0 la ligne\u201dsyntaxe2 = \u201dDeuxi\u00e8me forme avec retour \u00e0 la ligne\\n\u201dsyntaxe3 = \u201d\u201d\u201dTroisi\u00e8me forme multi-ligneTroisi\u00e8me forme multi-ligne\u201d\u201d\u201d Ce [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1812","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.ardpylab.fr\/index.php?rest_route=\/wp\/v2\/pages\/1812","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ardpylab.fr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ardpylab.fr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ardpylab.fr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ardpylab.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1812"}],"version-history":[{"count":0,"href":"https:\/\/www.ardpylab.fr\/index.php?rest_route=\/wp\/v2\/pages\/1812\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.ardpylab.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1812"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}