{"id":21554538,"url":"https://github.com/ryoppippi/str-fns","last_synced_at":"2025-04-10T09:26:13.918Z","repository":{"id":178454991,"uuid":"661599937","full_name":"ryoppippi/str-fns","owner":"ryoppippi","description":"A collection of utilities for TS/JS string ","archived":false,"fork":false,"pushed_at":"2025-03-18T18:22:25.000Z","size":605,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T11:48:42.063Z","etag":null,"topics":["javascript","string-functions","typescript","utility-library"],"latest_commit_sha":null,"homepage":"https://jsr.io/@ryoppippi/str-fns","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/ryoppippi.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},"funding":{"github":"ryoppippi"}},"created_at":"2023-07-03T08:30:49.000Z","updated_at":"2025-03-18T18:22:29.000Z","dependencies_parsed_at":"2024-04-12T23:25:46.690Z","dependency_job_id":"6c4d0d81-7c24-422f-9c87-c0702efa8e1f","html_url":"https://github.com/ryoppippi/str-fns","commit_stats":null,"previous_names":["ryoppippi/str-fns"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fstr-fns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fstr-fns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fstr-fns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fstr-fns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryoppippi","download_url":"https://codeload.github.com/ryoppippi/str-fns/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248190758,"owners_count":21062337,"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":["javascript","string-functions","typescript","utility-library"],"created_at":"2024-11-24T07:15:21.279Z","updated_at":"2025-04-10T09:26:13.895Z","avatar_url":"https://github.com/ryoppippi.png","language":"TypeScript","funding_links":["https://github.com/sponsors/ryoppippi"],"categories":[],"sub_categories":[],"readme":"# str-fns\n\n[![.github/workflows/ci.yaml](https://github.com/ryoppippi/str-fns/actions/workflows/ci.yaml/badge.svg)](https://github.com/ryoppippi/str-fns/actions/workflows/ci.yaml)\n[![codecov](https://codecov.io/gh/ryoppippi/str-fns/graph/badge.svg?token=UZW583YFXB)](https://codecov.io/gh/ryoppippi/str-fns)\n\n[![JSR](https://jsr.io/badges/@ryoppippi/str-fns)](https://jsr.io/@ryoppippi/str-fns)\n[![JSR Score](https://jsr.io/badges/@ryoppippi/str-fns/score)](https://jsr.io/@ryoppippi/str-fns)\n\n\nA collection of type-safe string functions written in pure TypeScript.\n\n## Why str-fns\n\n- I copy and paste useful functions from my notepad for every project using\n  TypeScript/JavaScript. This library is a library of those functions.\n- I need some useful functions to deal with `string` types in my projects. This\n  library is a collection of those functions with type-safety.\n\n## API\n\n- [`capitalize`](src/capitalize.ts) - Capitalize the first letter of a string.\n- [`uncapitalize`](src/uncapitalize.ts) - Uncapitalize the first letter of a\n  string.\n- [`uppercase`](src/uppercase.ts) - Convert a string to uppercase.\n- [`lowercase`](src/lowercase.ts) - Convert a string to lowercase.\n- [`split`](src/split.ts) - Split a string into substrings using the specified\n  separator and return them as an array.\n- [`concat`](src/concat.ts) - Concatenate strings.\n\n## Related Works\n\n- [native-dash](https://github.com/yankeeinlondon/native-dash)\n- [type-fest](https://github.com/sindresorhus/type-fest)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryoppippi%2Fstr-fns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryoppippi%2Fstr-fns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryoppippi%2Fstr-fns/lists"}