hitode909 / cl-string-random

port of string_random.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Common Lisp 100.0%