{"id":22642360,"url":"https://github.com/voltageddebunked/heika","last_synced_at":"2025-07-05T04:34:18.664Z","repository":{"id":249440233,"uuid":"831520134","full_name":"VoltagedDebunked/heika","owner":"VoltagedDebunked","description":"A C# String manipulation library.","archived":false,"fork":false,"pushed_at":"2024-07-20T20:00:49.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T16:58:13.839Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VoltagedDebunked.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":"2024-07-20T19:51:40.000Z","updated_at":"2024-07-20T19:59:41.000Z","dependencies_parsed_at":"2024-07-20T21:05:34.706Z","dependency_job_id":null,"html_url":"https://github.com/VoltagedDebunked/heika","commit_stats":null,"previous_names":["voltageddebunked/heika"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoltagedDebunked%2Fheika","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoltagedDebunked%2Fheika/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoltagedDebunked%2Fheika/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoltagedDebunked%2Fheika/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VoltagedDebunked","download_url":"https://codeload.github.com/VoltagedDebunked/heika/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246145017,"owners_count":20730493,"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-12-09T05:06:31.165Z","updated_at":"2025-03-29T05:42:12.414Z","avatar_url":"https://github.com/VoltagedDebunked.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Heika\nHeika is a C# String manipulation library for easily working with strings, boolean algebra, and other.\n## Features\nHeika offers features like:\n- String manipulation\n- Dirty text\n- Reverse string\n- Special Character Removal\n- Word counter\n- Remove digits from string\n# Usage\nFirst, copy the repository:\n```bash\ngit clone https://github.com/voltageddebunked/heika\n```\nThen, navigate to the files:\n```bash\ncd heika/src\n```\nAnd create a new file.\n```bash\ntouch program.cs\n```\nHere's a simple example file:\n```csharp\nusing System;\nusing Heika;\nusing Heika.Utils;\n\nnamespace HeikaDemo\n{\n    class Program\n    {\n        static void Main(string[] args)\n        {\n            string text = \"Hello, World! 123\";\n\n            Console.WriteLine($\"Original: {text}\");\n            Console.WriteLine($\"Reversed: {StringProcessor.Reverse(text)}\");\n            Console.WriteLine($\"Word Count: {StringProcessor.WordCount(text)}\");\n            Console.WriteLine($\"Without Digits: {StringProcessor.RemoveDigits(text)}\");\n\n            string dirtyText = \"  Hello,    World!    123   \";\n            Console.WriteLine($\"Original: {dirtyText}\");\n            Console.WriteLine($\"Cleaned: {TextCleaner.RemoveSpecialCharacters(dirtyText)}\");\n            Console.WriteLine($\"Normalized: {TextCleaner.NormalizeWhiteSpace(dirtyText)}\");\n        }\n    }\n}\n```\n## License\nThis project is licensed under the `Apache 2.0` license. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoltageddebunked%2Fheika","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoltageddebunked%2Fheika","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoltageddebunked%2Fheika/lists"}