{"id":21623043,"url":"https://github.com/pandatecham/be-lib-regex-box","last_synced_at":"2025-03-18T19:27:16.297Z","repository":{"id":205379235,"uuid":"714089009","full_name":"PandaTechAM/be-lib-regex-box","owner":"PandaTechAM","description":"Regex library","archived":false,"fork":false,"pushed_at":"2024-03-19T11:10:28.000Z","size":173,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2024-03-19T12:33:32.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/PandaTechAM.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2023-11-03T22:22:46.000Z","updated_at":"2024-04-14T18:38:48.026Z","dependencies_parsed_at":null,"dependency_job_id":"8d22229f-c166-4623-ae0f-50ef844207d8","html_url":"https://github.com/PandaTechAM/be-lib-regex-box","commit_stats":null,"previous_names":["pandatecham/be-lib-regex-box"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaTechAM%2Fbe-lib-regex-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaTechAM%2Fbe-lib-regex-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaTechAM%2Fbe-lib-regex-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaTechAM%2Fbe-lib-regex-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PandaTechAM","download_url":"https://codeload.github.com/PandaTechAM/be-lib-regex-box/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244287918,"owners_count":20428896,"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":[],"created_at":"2024-11-25T00:11:26.250Z","updated_at":"2025-03-18T19:27:16.274Z","avatar_url":"https://github.com/PandaTechAM.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pandatech.RegexBox\n\nPandatech.RegexBox is a highly performant and robust C# library designed to simplify complex regex validations for\nvarious data formats. With 100% test coverage and a focus on security through a 50ms regex execution timeout, it's an\nideal solution for applications requiring reliable and efficient data validation.\n\n## Usage\n\nTo use Pandatech.RegexBox, simply add a reference to the package in your project and call the desired static validation\nmethods:\n\n```csharp\nusing Pandatech.RegexBox;\n\n// URI validation\nbool isValidUri = PandaValidator.IsUri(\"http://example.com\", allowNonSecure: false);\n\n// US Social Security Number validation\nbool isValidSsnUs = PandaValidator.IsUsSocialSecurityNumber(\"123-45-6789\");\n\n// Email validation\nbool isValidEmail = PandaValidator.IsEmail(\"user@example.com\");\n\n// Username validation\nbool isValidUsername = PandaValidator.IsUsername(\"user123\");\n\n// Armenian Social Security Number validation\nbool isValidSsnAm = PandaValidator.IsArmeniaSocialSecurityNumber(\"12345678912\");\n\n//ArmenianIDCard validation\nbool isValidArmenianIdCard = PandaValidator.IsArmeniaIdCard(\"AN1234567\");\n\n// Armenian Passport validation\nbool isValidArmenianPassport = PandaValidator.IsArmeniaPassport(\"AN1234567\");\n\n// Armenian Tax code validation\nbool isValidArmenianTaxCode = PandaValidator.IsArmeniaTaxCode(\"12345678\");\n\n// Panda Formatted Phone Number validation\nbool isValidPhoneNumber = PandaValidator.IsPandaFormattedPhoneNumber(\"(374)94810553\");\n\n// Armenian State Registration Number validation\nbool isValidArmenianStateRegistrationNumber = PandaValidator.IsArmeniaStateRegistryNumber(\"123.456.78\");\n\n// Panda formatted phone number validation\n\nbool isValidPandaFormattedPhoneNumber = PandaValidator.IsPandaFormattedPhoneNumber(\"(374)94810553\");\n\n// Guid validation\nbool isValidGuid = PandaValidator.IsGuid(\"12345678-1234-1234-1234-123456789012\");\n\n// IPv4 validation\nbool isValidIpv4 = PandaValidator.IsIPv4(\"192.168.1.1\");\n\n// IPv6 validation\nbool isValidIpv6 = PandaValidator.IsIPv6(\"2001:0db8:85a3:0000:0000:8a2e:0370:7334\");\n\n// Any IP validation\nbool isValidIp = PandaValidator.IsIpAddress(\"192.168.1.1\");\n\n// Json validation\nbool isValidJson = PandaValidator.IsJson(\"{\\\"name\\\":\\\"John\\\", \\\"age\\\":30}\");\n\n// and many more...\n```\n\n## License\n\nPandaTech.RegexBox is licensed under the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandatecham%2Fbe-lib-regex-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpandatecham%2Fbe-lib-regex-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandatecham%2Fbe-lib-regex-box/lists"}