{"id":390,"date":"2016-09-14T01:12:58","date_gmt":"2016-09-13T22:12:58","guid":{"rendered":"https:\/\/burakcaliskan.org\/blog\/?p=390"},"modified":"2016-09-14T01:16:16","modified_gmt":"2016-09-13T22:16:16","slug":"csharp-coklu-kelime-parcalama","status":"publish","type":"post","link":"https:\/\/burakcaliskan.org\/blog\/csharp-coklu-kelime-parcalama\/","title":{"rendered":"C# \u00c7oklu Kelime Par\u00e7alama"},"content":{"rendered":"<p>string strings = &#8220;4,6,8\\n9,4&#8221;;<br \/>\nstring [] split = strings .Split(new Char [] {&#8216;,&#8217; , &#8216;\\n&#8217; });<\/p>\n<p>string [] split = strings .Split(new Char [] {&#8216;,&#8217; , &#8216;\\n&#8217; }, StringSplitOptions.RemoveEmptyEntries);<\/p>\n<p>string [] split = strings.Split(new Char[] { &#8216;,&#8217;, &#8216;\\\\&#8217;, &#8216;\\n&#8217; }, StringSplitOptions.RemoveEmptyEntries);<\/p>\n<p>var s = &#8220;4,6,8\\n9,4&#8221;;<br \/>\nvar split = s.Split(new char[]{&#8216;,&#8217;, &#8216;\\n&#8217;});<\/p>\n<p>using System.Text.RegularExpressions;<br \/>\nvar i = &#8220;4,6,8 , 9\\n\\n4&#8243;;<br \/>\nvar o = Regex.Split(i, @&#8221;[,\\s\\n]+&#8221;);<\/p>\n","protected":false},"excerpt":{"rendered":"<p>string strings = &#8220;4,6,8\\n9,4&#8221;; string [] split = strings .Split(new Char [] {&#8216;,&#8217; , &#8216;\\n&#8217; }); string [] split = strings .Split(new Char [] {&#8216;,&#8217; , &#8216;\\n&#8217; }, StringSplitOptions.RemoveEmptyEntries); string [] split = strings.Split(new Char[] { &#8216;,&#8217;, &#8216;\\\\&#8217;, &#8216;\\n&#8217; }, StringSplitOptions.RemoveEmptyEntries); var s = &#8220;4,6,8\\n9,4&#8221;; var split = s.Split(new char[]{&#8216;,&#8217;, &#8216;\\n&#8217;}); using System.Text.RegularExpressions; var i [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":337,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[23],"tags":[223,224],"_links":{"self":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/390"}],"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=390"}],"version-history":[{"count":3,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/390\/revisions"}],"predecessor-version":[{"id":393,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/390\/revisions\/393"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media\/337"}],"wp:attachment":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media?parent=390"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/categories?post=390"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/tags?post=390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}