Skip to content

Commit 8b107d8

Browse files
committed
Describe default for splits()'s Nsplit [ci skip]
1 parent a1aaa3b commit 8b107d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ The following table presents types, values and simplified, short prototypes of t
168168
| **Combining** | string **append**(string_view head, string_view tail) | string with tail appended to head |
169169
| &nbsp; | string **join**(collection\<string_view\> vec, string_view sep) | string with elements of collection joined with given separator string |
170170
| &nbsp; | &nbsp; | &nbsp; |
171-
| **Separating** | vector\<string_view\> **split**(string_view sv, string_view set \[, Nsplit\]) | vector of string_view with elements of string separated by characters from given set |
171+
| **Separating** | vector\<string_view\> **split**(string_view sv, string_view set \[, Nsplit\]) | vector of string_view with elements of string separated by characters from given set, default no limit on elements |
172172
| &nbsp; | tuple\<string_view, string_view\> **split_left**(string_view sv, string_view set \[, size_t count\]) | tuple with head and tail string_view on given string as split at left by characters in given set, default all in set |
173173
| &nbsp; | tuple\<string_view, string_view\> **split_right**(string_view sv, string_view set \[, size_t count\]) | tuple with head and tail string_view on given string as split at right by characters in given set, default all in set |
174174

0 commit comments

Comments
 (0)