Skip to content

windymelt/cl-string-random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

port of string_random.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published