Documentation and test for String::index() and String::rindex()
authorArjen Baart <arjen@andromeda.nl>
Sat, 20 Mar 2021 08:49:49 +0000 (09:49 +0100)
committerArjen Baart <arjen@andromeda.nl>
Sat, 20 Mar 2021 08:49:49 +0000 (09:49 +0100)
commit0955b7993035008471f080b77894ab1feab5aeab
treea90041b51c66711136408589110935355d494fd0
parent4d17d4bdabc4d0821fc75cf68d3d5340004ae7f8
Documentation and test for String::index() and String::rindex()
TODO
doc/string.xml
src/String.h
src/string.cpp
test/Makefile.am
test/string_search.cpp [new file with mode: 0644]
test/string_search.exp [new file with mode: 0644]