open static fun isValidExpression(@Nullable expression: String): Boolean
Determine whether the specified expression represents a valid cron pattern.
expression - the expression to evaluate
Return
true if the given expression is a valid cron expression
Since
4.3