This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
(ns cipher-analytical-machine.parsers.parsers
|
||||
(:require [cheshire.core :as cc])
|
||||
(:gen-class))
|
||||
|
||||
(defn unsigned-int?
|
||||
[str]
|
||||
(if (re-matches #"\d+" str)
|
||||
true false))
|
||||
|
||||
Reference in New Issue
Block a user