Skip to content

Commit 03a9800

Browse files
committed
Add search for C++ string algorithms on GitHub to section Notes and references [ci skip]
1 parent 6025ae8 commit 03a9800

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,9 @@ Define this to 1 if you want to compile without exceptions. If not defined, the
210210

211211
## Notes and references
212212

213-
TBD
214-
215213
- [n3593 - std::split(): An algorithm for splitting strings](http://wg21.link/n3593). / https://isocpp.org/files/papers/n3593.html
216214
- [Martin Broadhurst. Exploring String Splitting in C++ Programming. 2023](http://www.martinbroadhurst.com/how-to-split-a-string-in-c.html).
215+
- [Search GitHub for C++ string algorithms](https://github.com/topics/string-algorithms?l=c%2B%2B).
217216

218217
## Appendix
219218

0 commit comments

Comments
 (0)