We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
trim_char
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trim_chars only trims characters from the ends but that is not clear from the documentation.
trim_chars
// Not obvious from the description why this doesn't work "hello world".trim_char(' ');
The text was updated successfully, but these errors were encountered:
Doc: Clears up trim_char doc
bd9c181
Closes rust-lang#18451
auto merge of #18460 : gamazeps/rust/issue18451, r=steveklabnik
01b81c0
Closes #18451
Successfully merging a pull request may close this issue.
trim_chars
only trims characters from the ends but that is not clear from the documentation.The text was updated successfully, but these errors were encountered: