{"id":75297,"library":"regex-generate","title":"regex-generate","description":"Use regular expressions to generate random text that matches the pattern.","status":"active","version":"0.2.3","language":"rust","source_language":null,"source_url":"https://github.com/CryptArchy/regex_generate","tags":["regex","generation","testing","random"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nregex_generate = \"0.2.3\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add regex_generate","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"RegexGenerator","correct":"use regex_generate::RegexGenerator;"}],"quickstart":{"code":"use regex_generate::RegexGenerator;\n\nfn main() {\n    let gen = RegexGenerator::new(r\"[a-z]{3}\").unwrap();\n    let result = gen.generate().unwrap();\n    println!(\"{}\", result);\n}","lang":"rust","description":"Generates a random string matching the regex pattern."},"warnings":[],"env_vars":null,"search_vec":"'express':6 'generat':3,8,16 'match':12 'pattern':14 'random':9,18 'regex':2,15 'regex-gener':1 'regular':5 'test':17 'text':10 'use':4","created_at":"2026-06-17T19:15:00.780232+00:00","updated_at":"2026-06-17T19:15:00.780232+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/CryptArchy/regex_generate","github":"https://github.com/CryptArchy/regex_generate","docs":"https://docs.rs/regex_generate/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}