Commit f9b1aa35 authored by Davis King's avatar Davis King

clarified spec

parent 23604f38
...@@ -528,7 +528,8 @@ namespace dlib ...@@ -528,7 +528,8 @@ namespace dlib
- returns a vector V such that: - returns a vector V such that:
- V.size() == the number of substrings found in str. - V.size() == the number of substrings found in str.
- for all i: V[i] == The ith substring. Note that it will not contain - for all i: V[i] == The ith substring. Note that it will not contain
any delimiter characters (i.e. characters in delim). any delimiter characters (i.e. characters in delim). It will also
never be an empty string.
- V contains the substrings in the order in which they appear in str. - V contains the substrings in the order in which they appear in str.
That is, V[0] contains the first substring, V[1] the second, and That is, V[0] contains the first substring, V[1] the second, and
so on. so on.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment