{"id":40022732,"url":"https://github.com/e-spin/form-regex-bundle","last_synced_at":"2026-01-19T03:34:06.886Z","repository":{"id":56974064,"uuid":"303496997","full_name":"e-spin/form-regex-bundle","owner":"e-spin","description":"With the extension, a new text field is available in the form generator, where a Individual input check via Regular Expression (Regex) and a message is displayed in the event of an error.","archived":false,"fork":false,"pushed_at":"2024-01-15T16:52:31.000Z","size":44,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-22T12:57:54.244Z","etag":null,"topics":["contao","form","regex","regular-expression"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/e-spin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"e-spin","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-10-12T19:47:39.000Z","updated_at":"2024-01-15T12:56:39.000Z","dependencies_parsed_at":"2022-08-21T07:40:29.675Z","dependency_job_id":null,"html_url":"https://github.com/e-spin/form-regex-bundle","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/e-spin/form-regex-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-spin%2Fform-regex-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-spin%2Fform-regex-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-spin%2Fform-regex-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-spin%2Fform-regex-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e-spin","download_url":"https://codeload.github.com/e-spin/form-regex-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-spin%2Fform-regex-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28560436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["contao","form","regex","regular-expression"],"created_at":"2026-01-19T03:34:06.804Z","updated_at":"2026-01-19T03:34:06.874Z","avatar_url":"https://github.com/e-spin.png","language":"PHP","funding_links":["https://github.com/sponsors/e-spin"],"categories":[],"sub_categories":[],"readme":"# Contao form-regex (EN)\n\nWith the extension, a new text field is available in the form generator, where a\nIndividual input check via [Regular Expression (Regex)](https://en.wikipedia.org/wiki/Regular_expression)\nand a message is displayed in the event of an error.\n\nIn addition, a checkbox can be used to output the pattern as an HTML5 attribute for a browser check.\n\n# Contao form-regex (DE)\n\nMit der Erweiterung steht ein neues Textfeld im Formulargenerator zur Verfügung, bei dem eine\nindividuelle Eingabeprüfung per [Regular Expression (Regex)](https://de.wikipedia.org/wiki/Regul%C3%A4rer_Ausdruck)\nerfolgt und im Fehlerfall eine entsprechende Meldung ausgegeben wird.\n\nZusätzlich kann über eine Checkbox das Pattern auch als HTML5-Attribut für eine Prüfung im Browser ausgegeben werden.\n\n## Beispiele\n\nDie s. g. \"Pattern\" für die Regex-Prüfung findet man z. B. auf [https://regexlib.com/](https://regexlib.com/) - ein\nTest ist z. B. auf der Webseite [https://regex101.com/](https://regex101.com/) möglich.\n\n* ISBN: `^97(?:8|9)([ -])\\d{1,5}\\1\\d{1,7}\\1\\d{1,6}\\1\\d$`\n* Integer-Zahlen ohne führende 0: `([1-9]+\\d*)`\n* Passwort: 2 Großbuchstaben, 2 Kleinbuchstaben, 2 Sonderzeichen, mind. 9 Zeichen, keine Leerzeichen: `^(?=.*[a-z].*[a-z])(?=.*[A-Z].*[A-Z])(?=.*\\d.*\\d)(?=.*\\W.*\\W)[a-zA-Z0-9\\S]{9,}$`\n* E-Mail oder E-Mails als Liste mit Komma: `^((\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*)\\s*[,]{0,1}\\s*)+$`\n\nBeispielformular unter [https://www.e-spin.de/form-regex-test.html](https://www.e-spin.de/form-regex-test.html)\n\n![Screenshot widget](https://github.com/e-spin/form-regex-bundle/blob/master/doc/screenshot_01.png?raw=true \"Screenshot widget\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-spin%2Fform-regex-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe-spin%2Fform-regex-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-spin%2Fform-regex-bundle/lists"}