Skip to content

Added remove methods to the WString class for improved parsing. #59

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

Closed
wants to merge 1 commit into from
Closed

Conversation

snargledorf
Copy link
Contributor

To use:

String hello = "Hello World!"; // Hello World!
hello.remove(11, 1); // Hello World
hello.remove(5); // Hello

@snargledorf
Copy link
Contributor Author

Closing because I feel I can improve on this.

tbowmo pushed a commit to tbowmo/Arduino that referenced this pull request Jul 14, 2016
add node to routing table before send an ack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant