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 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"fable" : {
6
- "version" : " 4.5 .0" ,
6
+ "version" : " 4.23 .0" ,
7
7
"commands" : [
8
8
" fable"
9
9
]
Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ module String =
52
52
53
53
source.Contains subString
54
54
55
- #if ! FABLE_ COMPILER
56
-
57
55
/// Does the source string start with the given subString? -- function wrapper for String.StartsWith method using InvariantCulture.
58
56
let startsWith ( subString : string ) ( source : string ) =
59
57
#if ! NET45
@@ -62,7 +60,6 @@ module String =
62
60
#endif
63
61
64
62
source.StartsWith ( subString, false , CultureInfo.InvariantCulture)
65
- #endif
66
63
67
64
/// Does the source string end with the given subString? -- function wrapper for String.EndsWith method using InvariantCulture.
68
65
let endsWith subString ( source : string ) =
You can’t perform that action at this time.
0 commit comments