Skip to main content
ichigyou (一行 いちぎょう) functions documentation home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
String
isEmptyString
Guides
GitHub
Getting started
Introduction
Quickstart
Development
Array
arrToString
findIndex
first
firstNElements
hasEvenNumber
hasUniqueValues
intersection
isSorted
isSubset
last
lastNElements
minMax
removeDuplicated
removeElement
Number
average
binaryToDecimal
decimalToOctal
degToRad
exponential
factorial
findMax
mean
median
sum
Object
hasProperty
isEmptyObject
sortByProperty
Other
currentMonth
getOS
moveToTop
String
countLetters
countOccurrences
countTextRows
countWords
findLongestWord
isAnagram
isEmptyString
isNumeric
isPalindromeCaseSensitive
isValidEmail
isValidURL
removeDuplicatedChars
removeVowels
removeWhitespace
reverseString
reverseWords
shuffleCharacters
toTitleCase
truncateString
AI tools
Cursor setup
Claude Code setup
Windsurf setup
On this page
Signature
Parameters
Returns
Source
String
isEmptyString
Copy page
Checks if a string is empty after trimming.
Copy page
Signature
path=null start=null
Copy
isEmptyString
(
str
:
string
):
boolean
Parameters
str
:
string
- The string to check.
Returns
boolean
- A boolean indicating whether the string is empty after trimming.
Source
Defined in
string.ts:6
isAnagram
isNumeric
⌘I