{"id":19005288,"url":"https://github.com/f3ath/iregexp","last_synced_at":"2025-06-27T18:33:21.749Z","repository":{"id":151448511,"uuid":"622287615","full_name":"f3ath/iregexp","owner":"f3ath","description":"A Dart implementation of I-Regexp: An Interoperable Regexp Format","archived":false,"fork":false,"pushed_at":"2024-02-27T03:41:24.000Z","size":22,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-25T13:04:55.323Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/f3ath.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-04-01T17:03:43.000Z","updated_at":"2025-04-11T10:04:33.000Z","dependencies_parsed_at":"2024-02-27T04:33:41.847Z","dependency_job_id":null,"html_url":"https://github.com/f3ath/iregexp","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/f3ath/iregexp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Firegexp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Firegexp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Firegexp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Firegexp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f3ath","download_url":"https://codeload.github.com/f3ath/iregexp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Firegexp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262311454,"owners_count":23291744,"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-08T18:27:00.134Z","updated_at":"2025-06-27T18:33:21.698Z","avatar_url":"https://github.com/f3ath.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iregexp\nA Dart implementation of [RFC 9485] I-Regexp: An Interoperable Regexp Format\n\nThis implementation is validating, that is `IRegexp(pattern)` throws a `formatException` if `pattern` does not conform to I-Regexp.\nInternally it uses the built-in `RegExp` class.\n\n```dart\nimport 'package:iregexp/iregexp.dart';\n\n// An example of using the IRegexp class.\nvoid main() {\n  final iRegexp = IRegexp('[0-9]+.[0-9]+.[0-9]+');\n  print(iRegexp.matches('1.2.3')); // true\n  print(iRegexp.matches('foo')); // false\n}\n```\n\n[RFC 9485]: https://datatracker.ietf.org/doc/rfc9485/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3ath%2Firegexp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff3ath%2Firegexp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3ath%2Firegexp/lists"}