Skip to content
New issue

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

strings: Add a function to get the nth rune in string #41088

Closed
ghost opened this issue Aug 28, 2020 · 4 comments
Closed

strings: Add a function to get the nth rune in string #41088

ghost opened this issue Aug 28, 2020 · 4 comments

Comments

@ghost
Copy link

ghost commented Aug 28, 2020

Is there any already?

@D1CED
Copy link

D1CED commented Aug 28, 2020

Well you just do ([]rune(myString))[n].

Obligatory comment that this issue tracker is not for asking questions but for bugs and proposals only.
You can turn your question into a proposal by filling out the proposal issue template.

@martisch
Copy link
Contributor

martisch commented Aug 28, 2020

Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.

For asking questions, see:

@ghost
Copy link
Author

ghost commented Aug 28, 2020

you could just give a good answer instead of writing that big comment.

@ianlancetaylor
Copy link
Contributor

@qlcom You already got an answer, above.

We're trying to help you ask questions in the right place. You will get better and faster answers there. Thanks.

@golang golang locked and limited conversation to collaborators Aug 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants