{"id":26172016,"url":"https://github.com/oktopost/plankton-text","last_synced_at":"2025-10-07T18:17:50.625Z","repository":{"id":58237265,"uuid":"85052086","full_name":"Oktopost/plankton-text","owner":"Oktopost","description":"Text manipulation methods built on top of Plankton namespace.","archived":false,"fork":false,"pushed_at":"2021-05-10T10:34:08.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T18:47:36.463Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Oktopost.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}},"created_at":"2017-03-15T09:13:59.000Z","updated_at":"2021-05-10T10:34:10.000Z","dependencies_parsed_at":"2022-08-30T22:31:01.760Z","dependency_job_id":null,"html_url":"https://github.com/Oktopost/plankton-text","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oktopost%2Fplankton-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oktopost%2Fplankton-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oktopost%2Fplankton-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oktopost%2Fplankton-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Oktopost","download_url":"https://codeload.github.com/Oktopost/plankton-text/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243104177,"owners_count":20236943,"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":"2025-03-11T19:52:57.610Z","updated_at":"2025-10-07T18:17:45.587Z","avatar_url":"https://github.com/Oktopost.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plankton Text\nText manipulation methods built on top of Plankton namespace.\n\n## Initialize\n\n``` javascript\nvar text = window.plankton.text;\n```\n\nOr\n\n``` javascript\nvar text = require('plankton-text');\n```\n\n## Usage\n\n### capitalize\n\n``` javascript\ntext.capitalize('myText'); // MyText\n``` \n\n### camelize\n\n``` javascript\ntext.camelize('MyClassName'); // myClassName\ntext.camelize('my class name'); // myClassName\n```\n\n### ucwords\n``` javascript\ntext.ucwords('my nice title'); // My Nice Title\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foktopost%2Fplankton-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foktopost%2Fplankton-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foktopost%2Fplankton-text/lists"}