Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/strings
compareSubstringIgnoreCase
Function compareSubstringIgnoreCase
compareSubstringIgnoreCase
(
a
:
string
,
b
:
string
,
aStart
?:
number
,
aEnd
?:
number
,
bStart
?:
number
,
bEnd
?:
number
,
)
:
number
Parameters
a
:
string
b
:
string
aStart
:
number
= 0
aEnd
:
number
= a.length
bStart
:
number
= 0
bEnd
:
number
= b.length
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...