{"id":19413577,"url":"https://github.com/wisehackermonkey/generator_20200324_simplified_regex","last_synced_at":"2025-02-25T02:45:44.634Z","repository":{"id":132671266,"uuid":"249739872","full_name":"wisehackermonkey/Generator_20200324_simplified_regex","owner":"wisehackermonkey","description":"Simplified regex string generator","archived":false,"fork":false,"pushed_at":"2021-10-25T17:19:37.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-07T15:44:13.433Z","etag":null,"topics":["regex","simplified-regex-string-generator"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wisehackermonkey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-24T15:07:07.000Z","updated_at":"2021-10-25T17:19:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"27e3492d-26a4-47af-af14-98511c42235d","html_url":"https://github.com/wisehackermonkey/Generator_20200324_simplified_regex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2FGenerator_20200324_simplified_regex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2FGenerator_20200324_simplified_regex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2FGenerator_20200324_simplified_regex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2FGenerator_20200324_simplified_regex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wisehackermonkey","download_url":"https://codeload.github.com/wisehackermonkey/Generator_20200324_simplified_regex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240593150,"owners_count":19825930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["regex","simplified-regex-string-generator"],"created_at":"2024-11-10T12:33:57.226Z","updated_at":"2025-02-25T02:45:44.593Z","avatar_url":"https://github.com/wisehackermonkey.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generator_20200324_simplified_regex\n#### Simplified regex string generator\n```  \nby oran collins\n20200324\n```\n----------\n# UPDATE 2021\n# This repo is is  archived\n# Found a javascript version of this library that is complete, and theres a ruby version too!\n\n### Javascript [fent/randexp.js: Create random strings that match a given regular expression.](https://github.com/fent/randexp.js)\n### Ruby [tom-lord/regexp-examples: Generate strings that match a given regular expression](https://github.com/tom-lord/regexp-examples)\n\n#### Example Generate random ip addresses\n\u003e \\\u003epython .\\generator_cli.py \"[1-255].[1-255].[1-255].[1-255]\" \n=\u003e 38.161.154.251\n\n----\n\n### How to install\n\u003e\\\u003egit clone https://github.com/wisehackermonkey/Generator_20200324_simplified_regex.git\n\n\u003e \\\u003ecd Generator_20200324_simplified_regex\n\n\n### How to run Cli\n\u003e \\\u003epython .\\generator_cli.py \u003cCommand string\u003e \n\n#### Example Generate random ip address\n\u003e \\\u003epython .\\generator_cli.py \"[1-255].[1-255].[1-255].[1-255]\"\n\n##### returns\n\n\u003e Result: [1-255].[1-255].[1-255].[1-255] =\u003e 38.161.154.251\n--------\n### example strings can be generated using simplified regex*\n\n```\ncombine multiple           : [acb][123][X-Z]                 =\u003e a2X\nescaped , () and []        : [\\,\\(\\[][123][X-Z]              =\u003e \\3Z\nIP address                 : [1-255].[1-255].[1-255].[1-255] =\u003e 252.249.168.79\n```\n\n##### *not really actually regex its just a few functions i created to mimic regex functionality\n\n### TODO\n\n#### fix phone number \u0026 imbeding\n#### \"([1-9][1-9][1-9])-([1-9][1-9][1-9])\" does not work\n- convert into python package\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisehackermonkey%2Fgenerator_20200324_simplified_regex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisehackermonkey%2Fgenerator_20200324_simplified_regex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisehackermonkey%2Fgenerator_20200324_simplified_regex/lists"}