Compare commits
2
Commits
7f6f7c9f72
..
0.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
453b90d537 | ||
|
|
f32ae4a9d3 |
@@ -1,20 +0,0 @@
|
|||||||
(ns cipher-analytical-machine.symbol_fixtures
|
|
||||||
(:require [clojure.string :as cs])
|
|
||||||
(:gen-class))
|
|
||||||
|
|
||||||
(defn get-lower-ukrainian-alphabet
|
|
||||||
"Return the ukrainian alphabet for the symbols string"
|
|
||||||
[]
|
|
||||||
"абвгґдеєжзиіїйклмнопрстуфхцчшщьюя")
|
|
||||||
|
|
||||||
(defn get-ukrainian-alphabet
|
|
||||||
"Return the ukrainian alphabet for the symbols string"
|
|
||||||
[]
|
|
||||||
(let [letters (get-lower-ukrainian-alphabet)]
|
|
||||||
(str letters (cs/upper-case letters))))
|
|
||||||
|
|
||||||
(defn get-digits
|
|
||||||
"Return digits for the symbols string"
|
|
||||||
[]
|
|
||||||
"0123456789")
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user