You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
-`Added`:
4
4
-`getFirstCharIndex(string: string): number` method has been implemented.
5
5
-`normalizeSentence(sentence: string): string` method has been implemented, this method is used to upper the first word char & lower the rest of them & append a dot at the end of it.
6
-
-`getPunctuationCharIndex(string: string): number` method has been implemented.
6
+
-`getFirstCharIndex(string: string)` method has been implemented.
7
+
-`getFirstEndingPunctuationIndex(string: string): number` method has been implemented.
7
8
-`getIndexOfUnfullyDeterminated(string: string, toSearch: string | string[]): number` method has been implemented to get the first index of a given set of (only one) char in a given string.
0 commit comments