Preparing search index...
The search index is not available
prototyped.js - v3.0.5
prototyped.js - v3.0.5
string
isEmpty
Function isEmpty
is
Empty
(
str
:
string
)
:
boolean
Checks if the string is empty
Example
isEmpty
(
"123"
);
// false
Example
isEmpty
(
""
);
// true
Parameters
str:
string
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
prototyped.js -
v3.0.5
array
boolean
date
func
globals
math
number
object
string
base64
base64
Decode
camel
Case
capitalize
chars
contains
decapitalize
equals
for
Each
humanize
is
Empty
is
String
kebab
Case
lines
map
mask
pad
parse
Int
pluralize
reduce
repeat
reverse
snake
Case
swap
Case
truncate
words
Generated using
TypeDoc
Checks if the string is empty
Example
Example