isQuotedString

Checks whether the string might be in quotation marks.

Syntax

isQuotedString(content)

Returns

(boolean) yes/no

Parameters

content (string)
source

Usage

echo(isQuotedString(quotedString("quoted4")) ? "yes is quoted4" : " no isnt quoted");