Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
module CliGenerator::Regex
|
||||
INPUT_DATETIME_REGEX = /^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}$/
|
||||
INPUT_DATE_REGEX = /^[0-9]{4}-[0-9]{2}-[0-9]{2}$/
|
||||
end
|
||||
Reference in New Issue
Block a user