Commit bc8479e7 authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404142
parent 294f7cfe
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
<item>rpad</item> <item>rpad</item>
<item>left_substr</item> <item>left_substr</item>
<item>right_substr</item> <item>right_substr</item>
<item>split</item>
<item>tolower</item> <item>tolower</item>
<item>toupper</item> <item>toupper</item>
<item>convert_utf8_to_utf32</item> <item>convert_utf8_to_utf32</item>
...@@ -98,6 +99,18 @@ ...@@ -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> <component>
<name>right_substr</name> <name>right_substr</name>
<file>dlib/string.h</file> <file>dlib/string.h</file>
......
...@@ -1018,6 +1018,7 @@ ...@@ -1018,6 +1018,7 @@
<term file="parsing.html" name="rpad"/> <term file="parsing.html" name="rpad"/>
<term file="parsing.html" name="left_substr"/> <term file="parsing.html" name="left_substr"/>
<term file="parsing.html" name="right_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="unichar"/>
<term file="parsing.html" name="ustring"/> <term file="parsing.html" name="ustring"/>
<term file="parsing.html" name="convert_utf8_to_utf32"/> <term file="parsing.html" name="convert_utf8_to_utf32"/>
......
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