cascade-functions/isSecondsTimeUnit.nix

2 lines
77 B
Nix
Raw Normal View History

2022-10-16 22:46:24 +00:00
n: if n == null then false else builtins.match "[0-9] *(s(ec)?|$)" n != null