adhocore / php-cron-expr

Ultra lightweight, Dependency free and Super Fast Cron Expression parser for PHP
https://github.com/adhocore/php-cron-expr
MIT License
51 stars 5 forks source link

Cron expr may be delimited by tabs or multiple spaces #14

Closed adhocore closed 5 years ago

adhocore commented 5 years ago

eg:

*   *   *   *   *
*   *   *   *   *

instead of * * * * *