mirror of https://github.com/davisking/dlib.git
updated docs
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404142
This commit is contained in:
parent
294f7cfed9
commit
bc8479e701
|
@ -54,6 +54,7 @@
|
|||
<item>rpad</item>
|
||||
<item>left_substr</item>
|
||||
<item>right_substr</item>
|
||||
<item>split</item>
|
||||
<item>tolower</item>
|
||||
<item>toupper</item>
|
||||
<item>convert_utf8_to_utf32</item>
|
||||
|
@ -98,6 +99,18 @@
|
|||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
<component>
|
||||
<name>split</name>
|
||||
<file>dlib/string.h</file>
|
||||
<spec_file link="true">dlib/string/string_abstract.h</spec_file>
|
||||
<description>
|
||||
Breaks a string into a sequence of substrings delimited
|
||||
by a user specified set of characters.
|
||||
</description>
|
||||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
<component>
|
||||
<name>right_substr</name>
|
||||
<file>dlib/string.h</file>
|
||||
|
|
|
@ -1018,6 +1018,7 @@
|
|||
<term file="parsing.html" name="rpad"/>
|
||||
<term file="parsing.html" name="left_substr"/>
|
||||
<term file="parsing.html" name="right_substr"/>
|
||||
<term file="parsing.html" name="split"/>
|
||||
<term file="parsing.html" name="unichar"/>
|
||||
<term file="parsing.html" name="ustring"/>
|
||||
<term file="parsing.html" name="convert_utf8_to_utf32"/>
|
||||
|
|
Loading…
Reference in New Issue