Просмотр исходного кода

Link to string_algo library added

[SVN r23568]
Pavol Droba 22 лет назад
Родитель
Сommit
af20b58483
2 измененных файлов с 10 добавлено и 0 удалено
  1. 4 0
      index.htm
  2. 6 0
      libs/libraries.htm

+ 4 - 0
index.htm

@@ -120,6 +120,10 @@
 
                         <h3> ??? - Version 1.3?.?</h3>
                         <ul>
+                          <li><a href="libs/algorithm/string/index.html">String Algorithms 
+                          Library</a> added - Collection of string related algorithms 
+                          for case conversion, trimming, find/replace operations and more, 
+                          from Pavol Droba</li>
                           <li><a href="libs/multi_index/doc/index.html">Multi-index
                           Containers Library</a> added - Containers with multiple
                           STL-compatible access interfaces,

+ 6 - 0
libs/libraries.htm

@@ -181,6 +181,8 @@ how to download, build, and install the libraries.</p>
     <li><a href="spirit/index.html">spirit</a> - LL parser framework&nbsp; 
     represents parsers directly as EBNF grammars in inlined C++, from Joel de 
     Guzman and team.</li>
+    <li><a href="algorithm/string/index.html">string_algo</a> - 
+    String algorithms library, from Pavol Droba</li>
     <li><a href="test/doc/index.html">test</a> - Support for simple program testing, 
     full unit testing, and for program
       execution monitoring, from Gennadiy Rozental.</li>
@@ -226,6 +228,8 @@ how to download, build, and install the libraries.</p>
     Guzman and team.</li>
     <li><a href="tokenizer/index.html">tokenizer</a> - Break of a string or other
       character sequence into a series of tokens, from John Bandela.</li>
+    <li><a href="algorithm/string/index.html">string_algo</a> - 
+    String algorithms library, from Pavol Droba</li>
 </ul>
 
 <h3><a name="Containers">Containers</a></h3>
@@ -275,6 +279,8 @@ how to download, build, and install the libraries.</p>
     <li><a href="algorithm/minmax/index.html">minmax</a> - standard library
         extensions for simultaneous min/max and min/max element computations, 
         from Herv&eacute; Br&ouml;nnimann.</li>
+    <li><a href="algorithm/string/index.html">string_algo</a> - 
+        String algorithms library, from Pavol Droba</li>
     <li><a href="utility/utility.htm">utility</a> - Class <b>next(),</b>&nbsp; <b>prior()</b>
       function templates, from Dave Abrahams and others. </li>
 </ul>

粤ICP备19079148号