Determines whether the provided value is a string.
This function checks if the given value is either a primitive string or an instance of the String object.
String
The value to check.
true if the value is a string or a String object, otherwise false.
true
false
4.0.0
2021-12-11
Determines whether the provided value is a string.
This function checks if the given value is either a primitive string or an instance of the
String
object.