{"id":15396230,"url":"https://github.com/marcolink/stringmatcher","last_synced_at":"2025-08-03T13:30:53.144Z","repository":{"id":137108955,"uuid":"122167557","full_name":"marcolink/StringMatcher","owner":"marcolink","description":"A simple String Matcher","archived":false,"fork":false,"pushed_at":"2018-02-23T16:31:52.000Z","size":2570,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-11-16T18:36:47.143Z","etag":null,"topics":["builder","csharp","string-matcher","unity","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcolink.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":"2018-02-20T07:29:26.000Z","updated_at":"2023-03-05T08:56:44.000Z","dependencies_parsed_at":"2023-06-03T02:00:12.340Z","dependency_job_id":null,"html_url":"https://github.com/marcolink/StringMatcher","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.1428571428571429,"last_synced_commit":"a1267c7270d3e9b20c1671a70022904ece0700a9"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolink%2FStringMatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolink%2FStringMatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolink%2FStringMatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolink%2FStringMatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcolink","download_url":"https://codeload.github.com/marcolink/StringMatcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228546000,"owners_count":17934838,"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":["builder","csharp","string-matcher","unity","unity3d"],"created_at":"2024-10-01T15:32:25.934Z","updated_at":"2024-12-07T01:22:33.239Z","avatar_url":"https://github.com/marcolink.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StringMatcher\nA Simple string matcher builder for Unity (works also on normal c# projects).\n\n## Usage\n\n### Direct use of *StringMatcherBuilder*\n\n```csharp\nvar matcher = new StringMatcherBuilder()\n    .addMatcher(new StringBeginsWithMatcher(\"Hell\"))\n    .addMatcher(new StringContainsMatcher(\"World\"));\n\nAssert.IsTrue(matcher.Match(\"Hello World\"));\nAssert.IsFalse(matcher.Match(\"Hello Planet\"));\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcolink%2Fstringmatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcolink%2Fstringmatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcolink%2Fstringmatcher/lists"}