File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/FSharpPlus/Extensions Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "fable" : {
6- "version" : " 4.5 .0" ,
6+ "version" : " 4.23 .0" ,
77 "commands" : [
88 " fable"
99 ]
Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ module String =
5252
5353 source.Contains subString
5454
55- #if ! FABLE_ COMPILER
56-
5755 /// Does the source string start with the given subString? -- function wrapper for String.StartsWith method using InvariantCulture.
5856 let startsWith ( subString : string ) ( source : string ) =
5957 #if ! NET45
@@ -62,7 +60,6 @@ module String =
6260 #endif
6361
6462 source.StartsWith ( subString, false , CultureInfo.InvariantCulture)
65- #endif
6663
6764 /// Does the source string end with the given subString? -- function wrapper for String.EndsWith method using InvariantCulture.
6865 let endsWith subString ( source : string ) =
You can’t perform that action at this time.
0 commit comments