Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 351 Bytes

README.markdown

File metadata and controls

18 lines (12 loc) · 351 Bytes

Cl-String-Random

Utility to generate string which matches specific regexp.

string_random in Common Lisp

Usage

(string-random "\\d{3}-\\d{4}") ;; => "123-4567"

Installation

(ql-dist:install-dist "http://dist.ultralisp.org/"
                      :prompt nil)
(ql:quickload :cl-string-random)
(use-package :cl-string-random)