Check if given is a string representing a CronList.
CronList
isStringList("value,value,value"); // trueisStringList("value"); // false
Returns true if is a string representing a CronList, false otherwise.
true
false
Value to check.
Check if given is a string representing a
CronList
.Example
Returns
Returns
true
if is a string representing aCronList
,false
otherwise.