Check if given is a string representing a CronLastValue.
CronLastValue
isStringLastValue("7L"); // trueisStringLastValue("7l"); // trueisStringLastValue("100L"); // falseisStringLastValue("INVALID"); // false
Returns true if is a string representing a CronLastValue, false otherwise.
true
false
Value to check.
Check if given is a string representing a
CronLastValue
.Example
Returns
Returns
true
if is a string representing aCronLastValue
,false
otherwise.