Preparing search index...
The search index is not available
std
std
matcher
Matchable
Interface Matchable<U>
interface
Matchable
<
U
=
string
>
{
matches
:
(
pattern
:
U
)
=>
boolean
;
}
Type Parameters
U
=
string
Index
Properties
matches
Properties
matches
matches
:
(
pattern
:
U
)
=>
boolean
Returns true if the
s
matches this member.
Type declaration
(
pattern
:
U
)
:
boolean
Parameters
pattern
:
U
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
matches
std
Loading...
Returns true if the
s
matches this member.