{"id":42914995,"url":"https://github.com/onedionys/onedionys-string-utils","last_synced_at":"2026-01-30T17:05:45.532Z","repository":{"id":229546533,"uuid":"777022185","full_name":"onedionys/onedionys-string-utils","owner":"onedionys","description":"Provides useful functions for manipulating strings and can be used in typescript/javascript.","archived":false,"fork":false,"pushed_at":"2024-05-22T00:48:18.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T12:11:00.269Z","etag":null,"topics":["onedionys","package-manager","string-helpers","string-manipulation","string-operations","string-processing","text-helpers","text-manipulation","text-processing","text-utilities","utility-functions"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/onedionys-string-utils","language":"TypeScript","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/onedionys.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-03-25T03:11:42.000Z","updated_at":"2024-05-22T00:48:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"898548e8-d681-4469-87af-1bd31b85456a","html_url":"https://github.com/onedionys/onedionys-string-utils","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"e8b77ece78261fdb94b439cdf1244ea0fd794707"},"previous_names":["onedionys/onedionys-string-utils"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/onedionys/onedionys-string-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onedionys%2Fonedionys-string-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onedionys%2Fonedionys-string-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onedionys%2Fonedionys-string-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onedionys%2Fonedionys-string-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onedionys","download_url":"https://codeload.github.com/onedionys/onedionys-string-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onedionys%2Fonedionys-string-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28915942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["onedionys","package-manager","string-helpers","string-manipulation","string-operations","string-processing","text-helpers","text-manipulation","text-processing","text-utilities","utility-functions"],"created_at":"2026-01-30T17:05:45.463Z","updated_at":"2026-01-30T17:05:45.519Z","avatar_url":"https://github.com/onedionys.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/onedionys"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to One Dionys - String Utils! 👋 \u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eProvides useful functions for manipulating strings and can be used in typescript/javascript. 💖 \u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/github/contributors/onedionys/onedionys-string-utils?style=flat-square\"\u003e\n\u003cimg src=\"https://img.shields.io/github/issues/onedionys/onedionys-string-utils?style=flat-square\"\u003e\n\u003cimg src=\"https://img.shields.io/github/stars/onedionys/onedionys-string-utils?style=flat-square\"\u003e \n\u003cimg src=\"https://img.shields.io/github/forks/onedionys/onedionys-string-utils?style=flat-square\"\u003e\n\u003cimg src=\"https://img.shields.io/github/last-commit/onedionys/onedionys-string-utils.svg?style=flat-square\"\u003e\n\u003cimg src=\"https://img.shields.io/github/languages/code-size/onedionys/onedionys-string-utils?style=flat-square\"\u003e\n\u003cimg src=\"https://img.shields.io/github/license/onedionys/onedionys-string-utils?style=flat-square\"\u003e\n\u003c/p\u003e\n\n## 💾 Requirements\n\n* `Web Browser` - Can be used as an emulator to build applications. Example [Chrome, Firefox, Safari \u0026 Opera].\n* `Internet` - Because many use CDN and to make it easier to find solutions to all problems.\n\n## 🎯 How To Use\n\n#### Installation\n\n```bash\nnpm install string-utils\n```\n\n#### Usage\n\n```typescript\nimport { capitalizeFirstLetter, reverseString } from 'string-utils';\n\nconsole.log(capitalizeFirstLetter('hello')); // Output: Hello\nconsole.log(reverseString('hello')); // Output: olleh\n```\n\n#### Explanation\n\n* `capitalizeFirstLetter(str: string)`: Capitalizes the first letter of a string.\n* `reverseString(str: string):`: Reverses a string.\n\n#### Explanation\n\n* All functions return string values.\n\n## 📆 Release Date\n\n* v1.0.0 : 25 March 2024\n* v1.0.1 : 01 April 2024\n\n## 🧑 Author\n\n* Facebook : \u003ca href=\"https://www.facebook.com/theonedionys\"\u003e Oned Ionys\u003c/a\u003e\n* Instagram : \u003ca href=\"https://www.instagram.com/onedionys/\"\u003e @onedionys\u003c/a\u003e\n* Twitter : \u003ca href=\"https://twitter.com/onedionys\"\u003e @onedionys\u003c/a\u003e\n* LinkedIn :  \u003ca href=\"https://www.linkedin.com/in/onedionys/\"\u003e @onedionys\u003c/a\u003e\n\n## 📝 License\n\n* Copyright © 2024 One Dionys\n* **One Dionys - String Utils is an open source project licensed under the MIT license**\n\n## ☕️ Suppport \u0026 Donation\n\nLove One Dionys - String Utils? Support this project by donating or sharing with others in need.\n\n\u003ca href=\"https://www.buymeacoffee.com/onedionys\"\u003e\u003cimg src=\"https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black\"/\u003e \u003c/a\u003e\n\n**Made with ❤️ One Dionys**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonedionys%2Fonedionys-string-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonedionys%2Fonedionys-string-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonedionys%2Fonedionys-string-utils/lists"}