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: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,8 @@ void main() {
55
55
|[count()](https://pub.dev/documentation/super_string/latest/super_string/SuperString/count.html)| Count the number of times a specified value occurs in a string |
56
56
|[expandTabs()](https://pub.dev/documentation/super_string/latest/super_string/SuperString/expandTabs.html)| Sets the tab size of the string |
57
57
|[toCamelCase()](https://pub.dev/documentation/super_string/latest/super_string/SuperString/toCamelCase.html)| Convert the given string to camelCase |
58
-
|[containsAll()](https://pub.dev/documentation/super_string/latest/super_string/SuperString/containsAll.html)| Check if all values in List are in String |
59
-
Convert the given string to camelCase |
60
-
|[containsAny()](https://pub.dev/documentation/super_string/latest/super_string/SuperString/containsAny.html)| Check if any one of the values in List are in String |
58
+
|[containsAll()](https://pub.dev/documentation/super_string/latest/super_string/SuperString/containsAll.html)| Check if all the values in list are in String |
59
+
|[containsAny()](https://pub.dev/documentation/super_string/latest/super_string/SuperString/containsAny.html)| Check if any one of the values in list are in String |
0 commit comments