We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fabba0 commit ca82b5eCopy full SHA for ca82b5e
doc/specs/stdlib_strings.md
@@ -210,10 +210,10 @@ Deduced `first` and `last` argument take +infinity or -infinity value and deduce
210
takes value +1 or -1 depending upon the actual argument(s) provided by the user.
211
212
Extraction Process:
213
+Extraction starts only if `last` is crossable from `first` with stride of `stride`.
214
Extraction starts from the first valid index in the defined region to take stride of `stride`
215
and ends when the last valid index in the defined region is crossed.
216
If no valid index exists in the defined region, empty string is returned.
-Extraction starts only if `last` is crossable from `first` with stride of `stride`.
217
218
#### Syntax
219
0 commit comments