Skip to content

Commit 96ab816

Browse files
committed
Extended README.
1 parent 148c84a commit 96ab816

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,6 @@ span | startText | endText | Return value
136136
# Further remarks
137137
See the tests for further examples.\
138138
\
139-
In general all methods have an optional `startPos` parameter in case searching should not start at 0 (beginning). Beware that for the `SpanBeforeXXX` methods this only influences the search position but not the outcome. Meaning the characters before `startPos` are included in a possible result.
139+
In general all methods have an optional `startPos` parameter in case searching should not start at 0 (beginning). Beware that for the `SpanBeforeXXX` methods this only influences the search position but not the outcome. Meaning the characters before `startPos` are included in a possible result.\
140+
\
141+
Furthermore all methods have an optional `stringComparison` parameter to configure the culture & case sensitivity behaviour. The default value is `Ordinal`. Meaning compare strings using ordinal (binary) sort rules.

0 commit comments

Comments
 (0)