diff --git a/docs/docs/parsing.xml b/docs/docs/parsing.xml index 18d19eff8..a8a58cb2d 100644 --- a/docs/docs/parsing.xml +++ b/docs/docs/parsing.xml @@ -54,6 +54,7 @@ rpad left_substr right_substr + split tolower toupper convert_utf8_to_utf32 @@ -98,6 +99,18 @@ + + split + dlib/string.h + dlib/string/string_abstract.h + + Breaks a string into a sequence of substrings delimited + by a user specified set of characters. + + + + + right_substr dlib/string.h diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index 5ad14acba..4ef1f3cf2 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -1018,6 +1018,7 @@ +