Skip to content

Random String Generator based on given Regex Expression

Notifications You must be signed in to change notification settings

Adi2612/Randgex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Regex Generator

Hosted on

http://randgex.craftedmaps.in/

File Structure

  • index.js - examples for generating string
  • generator.js - main handler for generating strings
  • regex.js - parser for regex
  • utils.js - utility functions
  • types.js - different token types declaration.

Import generator.js file and call generator function.

const generator = require('./generator.js');
let output = generator(/[-+]?[0-9]{1,16}[.][0-9]{1,6}/, 10);
console.log(output);

Author : Aaditya Arora

About

Random String Generator based on given Regex Expression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published