Skip to content

himanshu0128/randstrex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Randstrex

Random String Generator using Regex

How to Install

cd randstrex && mix deps.get

How to Run

iex -S mix

Example

Randstrex.generate("/[-+]?[0-9]{1,16}[.][0-9]{1,6}/", 10)
{:ok,
 ["8136297045.6015", "9472503861.9675", "01358.83247", "+573.25",
  "+768405219.290", "2048659137.810429", "+8591602347.2", "9702584163.132950",
  "-132580497.25", "+620.1479"]}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages