Move input to end of pred function
This commit is contained in:
parent
cbe4d0f9eb
commit
e28ccabf72
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
(some? (re-matches #"(?=^.{4,253}$)(^((?!-)[a-zA-Z0-9-]{0,62}[a-zA-Z0-9]\.)+[a-zA-Z]{2,63}$)" input))))
|
(some? (re-matches #"(?=^.{4,253}$)(^((?!-)[a-zA-Z0-9-]{0,62}[a-zA-Z0-9]\.)+[a-zA-Z]{2,63}$)" input))))
|
||||||
|
|
||||||
(defn string-of-separated-by?
|
(defn string-of-separated-by?
|
||||||
[input spec-function separator]
|
[spec-function separator input]
|
||||||
(every? true? (map spec-function (str/split input separator))))
|
(every? true? (map spec-function (str/split input separator))))
|
||||||
|
|
||||||
(defn letsencrypt-issuer?
|
(defn letsencrypt-issuer?
|
||||||
|
|
Loading…
Reference in a new issue