Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-08-13 09:35
Flavor·PCRE2 (PHP)

/
(?>->)(?<method>\w+)\s*\( (?> (?> (?> (?> (?<parameter1>(?>(?>'\d{1,2}:\d{1,2}')|(?>'[*\s]+'))|(?>'?\d+'?))? (\s*,\s*(?<parameter2>(?>(?>'\d{1,2}:\d{1,2}')|(?>'[*\s]+'))|(?>'?\d+'?)))? (\s*,\s*(?<parameter3>(?>(?>'\d{1,2}:\d{1,2}')|(?>'[*\s]+'))|(?>'?\d+'?)))? ) ) )? )? \)
/
gmx
Open regex in editor

Description

Validate and get parameters for Laravel scheduler

Submitted by Mauricio Alexander Flórez