{"id":826,"date":"2017-04-11T10:25:55","date_gmt":"2017-04-11T07:25:55","guid":{"rendered":"https:\/\/burakcaliskan.org\/blog\/?p=826"},"modified":"2017-04-11T10:26:58","modified_gmt":"2017-04-11T07:26:58","slug":"c-iki-string-arasindaki-string-deger","status":"publish","type":"post","link":"https:\/\/burakcaliskan.org\/blog\/c-iki-string-arasindaki-string-deger\/","title":{"rendered":"C# iki string aras\u0131ndaki string de\u011fer"},"content":{"rendered":"<pre class=\"lang:default decode:true\">public string Between(string Text, string FirstString, string LastString)\r\n        {\r\n            string STR = Text;\r\n            string STRFirst = FirstString;\r\n            string STRLast = LastString;\r\n            string FinalString;\r\n\r\n            int Pos1 = STR.IndexOf(FirstString) + FirstString.Length;\r\n            int Pos2 = STR.IndexOf(LastString);\r\n            FinalString = STR.Substring(Pos1, Pos2 - Pos1);\r\n            return FinalString;\r\n        }<\/pre>\n<p><a href=\"https:\/\/burakcaliskan.org\/blog\/depo\/2017\/04\/between.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-828\" src=\"https:\/\/burakcaliskan.org\/blog\/depo\/2017\/04\/between.png\" alt=\"\" width=\"220\" height=\"157\" \/><\/a><\/p>\n<p>C# Between iki veri aras\u0131ndaki veri<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>public string Between(string Text, string FirstString, string LastString) { string STR = Text; string STRFirst = FirstString; string STRLast = LastString; string FinalString; int Pos1 = STR.IndexOf(FirstString) + FirstString.Length; int Pos2 = STR.IndexOf(LastString); FinalString = STR.Substring(Pos1, Pos2 &#8211; Pos1); return FinalString; } C# Between iki veri aras\u0131ndaki veri &nbsp;<\/p>\n","protected":false},"author":2,"featured_media":828,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[23],"tags":[239,205],"_links":{"self":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/826"}],"collection":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/comments?post=826"}],"version-history":[{"count":2,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/826\/revisions"}],"predecessor-version":[{"id":829,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/826\/revisions\/829"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media\/828"}],"wp:attachment":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media?parent=826"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/categories?post=826"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/tags?post=826"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}