]> git.lizzy.rs Git - rust.git/commit
auto merge of #14335 : tbu-/rust/pr_doc_strsplit, r=pnkfelix
authorbors <bors@rust-lang.org>
Thu, 22 May 2014 12:26:22 +0000 (05:26 -0700)
committerbors <bors@rust-lang.org>
Thu, 22 May 2014 12:26:22 +0000 (05:26 -0700)
commit9ac9148bbddcaeaf6c1b6b8f2e8bae75b038f234
treeba2a108176db9a99ef3ba35374f3c9adf6109583
parente7e5e9ce962d8243edd418c6f6d549d5bb62a227
parentdcc2305664ab9101513f5d6b40941ed4ffea47f5
auto merge of #14335 : tbu-/rust/pr_doc_strsplit, r=pnkfelix

In particular, show examples for splitting the empty string and using `splitn`
with a count of 0.

Fix #14222.