We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ffa02 commit 0809390Copy full SHA for 0809390
include/chaiscript/extras/string_methods.hpp
@@ -9,6 +9,10 @@
9
* string::split(string token)
10
* string::toLowerCase()
11
* string::toUpperCase()
12
+ *
13
+ * To allow selecting indexes from split(), ensure VectorString type is added:
14
15
+ * chai.add(chaiscript::bootstrap::standard_library::vector_type<std::vector<std::string>>("VectorString"));
16
*/
17
#include <algorithm>
18
#include <string>
0 commit comments