{"id":19408960,"url":"https://github.com/lexz-08/stringcounter","last_synced_at":"2026-04-28T13:36:28.515Z","repository":{"id":126982366,"uuid":"425131836","full_name":"Lexz-08/StringCounter","owner":"Lexz-08","description":"It's a C# library that adds extension methods to strings to do a couple cool things.","archived":false,"fork":false,"pushed_at":"2021-11-06T04:59:44.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-07T14:25:18.295Z","etag":null,"topics":["csharp","java-to-csharp","string-methods","windows","word-beginnings-counter","word-counter"],"latest_commit_sha":null,"homepage":"https://github.com/Lexz-08/StringCounter/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lexz-08.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-11-06T01:53:25.000Z","updated_at":"2021-11-06T04:59:46.000Z","dependencies_parsed_at":"2023-06-19T13:16:40.474Z","dependency_job_id":null,"html_url":"https://github.com/Lexz-08/StringCounter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2FStringCounter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2FStringCounter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2FStringCounter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2FStringCounter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lexz-08","download_url":"https://codeload.github.com/Lexz-08/StringCounter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240587479,"owners_count":19825005,"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":["csharp","java-to-csharp","string-methods","windows","word-beginnings-counter","word-counter"],"created_at":"2024-11-10T12:08:50.781Z","updated_at":"2026-04-28T13:36:23.495Z","avatar_url":"https://github.com/Lexz-08.png","language":"C#","readme":"## StringCounter\n### Description\nIt's a C# library that adds extension methods to strings to do a couple cool things.\n\n### What It Does\nThis library (when provided with a string obviously) will allow the programmer to count the # of words in a string or get the first letter of each word.\u003cbr/\u003e\nThis can be useful if you're trying to make a program that tells the user how many words they've typed.\n```csharp\n\nusing StringCounter;\nusing System;\n\npublic class Program\n{\n    public static void Main(string[] args)\n    {\n        string sentence = \"'; The quick BROWN FOX jUmPeD over the LaZy dOG;.\";\n        \n        Console.WriteLine(sentence);\n        // output: '; The quick BROWN FOX jUmPeD over the LaZy dOG;.\n        \n        Console.WriteLine(\"\\nThe sentence above has {0} words.\", sentence.CountWords());\n        // output: The sentence above has 9 words.\n        \n        Console.WriteLine(\"\\nWord Beginnings:\");\n        Console.WriteLine(sentence.GetWordBeginnings());\n        // output: Word Beginnings:\n        // output: T, q, B, F, j, o, t, L, d\n        \n        // total output\n        /*\n            '; The quick BROWN FOX jUmPeD over the LaZy dOG;.\n            \n            The sentence above has 9 words.\n            \n            Word Beginnings:\n            T, q, B, F, j, o, t, L, d\n        */\n    }\n}\n\n```\n\n### Download (C# Library)\n[StringCounter.dll](https://github.com/Lexz-08/StringCounter/releases/download/string-counter/StringCounter.dll)\n\n### Download (C# Library / Console To Test DLL)\n[StringCounter.zip](https://github.com/Lexz-08/StringCounter/releases/download/string-counter/StringCounter.zip)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexz-08%2Fstringcounter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexz-08%2Fstringcounter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexz-08%2Fstringcounter/lists"}