cel-ts - v0.1.0-alpha
GitHub
Preparing search index...
StringValue
Class StringValue
String value
Index
Properties
kind
Empty
Methods
add
char
At
compare
contains
cost
ends
With
equal
eval
id
matches
size
starts
With
to
String
type
value
of
Properties
Readonly
kind
kind
:
ValueKind
= "string"
Static
Readonly
Empty
Empty
:
StringValue
= ...
Methods
add
add
(
other
:
StringValue
)
:
StringValue
Parameters
other
:
StringValue
Returns
StringValue
char
At
charAt
(
index
:
IntValue
)
:
StringValue
|
ErrorValue
Parameters
index
:
IntValue
Returns
StringValue
|
ErrorValue
compare
compare
(
other
:
StringValue
)
:
number
Parameters
other
:
StringValue
Returns
number
contains
contains
(
substring
:
StringValue
)
:
BoolValue
Parameters
substring
:
StringValue
Returns
BoolValue
cost
cost
()
:
number
Returns
number
ends
With
endsWith
(
suffix
:
StringValue
)
:
BoolValue
Parameters
suffix
:
StringValue
Returns
BoolValue
equal
equal
(
other
:
Value
)
:
Value
Parameters
other
:
Value
Returns
Value
eval
eval
(
_activation
:
Activation
)
:
Value
Parameters
_activation
:
Activation
Returns
Value
id
id
()
:
number
Returns
number
matches
matches
(
pattern
:
StringValue
)
:
BoolValue
|
ErrorValue
Parameters
pattern
:
StringValue
Returns
BoolValue
|
ErrorValue
size
size
()
:
IntValue
Returns
IntValue
starts
With
startsWith
(
prefix
:
StringValue
)
:
BoolValue
Parameters
prefix
:
StringValue
Returns
BoolValue
to
String
toString
()
:
string
Returns
string
type
type
()
:
RuntimeType
Returns
RuntimeType
value
value
()
:
string
Returns
string
Static
of
of
(
val
:
string
)
:
StringValue
Parameters
val
:
string
Returns
StringValue
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
Empty
Methods
add
char
At
compare
contains
cost
ends
With
equal
eval
id
matches
size
starts
With
to
String
type
value
of
GitHub
cel-ts - v0.1.0-alpha
Loading...
String value