Skip to content
forked from six2six/bfgex

random data from regex (java implementation of randexp)

Notifications You must be signed in to change notification settings

thiagocaiubi/bfgex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

regex based generation

installing:

mvn clean install

use like a maven dependency on your project

  <dependency>
     <groupId>br.com.bfgex</groupId>
	 <artifactId>bfgex</artifactId>
	 <version>1.0-SNAPSHOT</version>
   </dependency>

usage

RegexGen.of("(\w{4})(\d{3})"); //return zori873

About

random data from regex (java implementation of randexp)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published