Check if given is a string representing a CronSteps.
CronSteps
isStringSteps("value/value"); // trueisStringSteps("value/value/value"); // falseisStringSteps("value"); // false
Returns true if is a string representing a CronSteps, false otherwise.
true
false
Value to check.
Check if given is a string representing a
CronSteps
.Example
Returns
Returns
true
if is a string representing aCronSteps
,false
otherwise.