{"id":16086823,"url":"https://github.com/olekscode/identifiernamesplitter","last_synced_at":"2025-04-05T14:43:41.280Z","repository":{"id":88081436,"uuid":"207603680","full_name":"olekscode/IdentifierNameSplitter","owner":"olekscode","description":"A tool for splitting identifier names into separate words, numbers, and symbols. For example, 'aName_AST42:' gets separated into 'a', 'Name', '_', 'AST', '42', and ':'","archived":false,"fork":false,"pushed_at":"2020-02-28T10:31:45.000Z","size":17,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-11T11:41:21.542Z","etag":null,"topics":["code-analysis","identifier","identifier-names","pharo","smalltalk","static-code-analysis"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/olekscode.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":"2019-09-10T16:03:10.000Z","updated_at":"2021-03-02T13:19:57.000Z","dependencies_parsed_at":"2023-05-18T05:00:28.862Z","dependency_job_id":null,"html_url":"https://github.com/olekscode/IdentifierNameSplitter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekscode%2FIdentifierNameSplitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekscode%2FIdentifierNameSplitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekscode%2FIdentifierNameSplitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekscode%2FIdentifierNameSplitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olekscode","download_url":"https://codeload.github.com/olekscode/IdentifierNameSplitter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353676,"owners_count":20925325,"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":["code-analysis","identifier","identifier-names","pharo","smalltalk","static-code-analysis"],"created_at":"2024-10-09T13:25:23.336Z","updated_at":"2025-04-05T14:43:41.250Z","avatar_url":"https://github.com/olekscode.png","language":"Smalltalk","readme":"# Identifier Name Splitter for Pharo\n\n[![Build Status](https://travis-ci.org/olekscode/IdentifierNameSplitter.svg?branch=master)](https://travis-ci.org/olekscode/IdentifierNameSplitter)\n[![Build status](https://ci.appveyor.com/api/projects/status/2rt11b48vfh7fsbw?svg=true)](https://ci.appveyor.com/project/olekscode/identifiernamesplitter)\n[![Coverage Status](https://coveralls.io/repos/github/olekscode/IdentifierNameSplitter/badge.svg?branch=master)](https://coveralls.io/github/olekscode/IdentifierNameSplitter?branch=master)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/olekscode/IdentifierNameSplitter/master/LICENSE)\n[![Pharo version](https://img.shields.io/badge/Pharo-6.1-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo version](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)\n\nA tool for splitting identifier names into separate words, numbers, and symbols. For example, `aName_AST42:` gets separated into 'a', 'Name', '_', 'AST', '42', and ':'.\n\n## Installation\nTo install `IdentifierNameSplitter`, go to the Playground (`Ctrl+OW`) in your Pharo image and execute the following Metacello script (select it and press Do-it button or `Ctrl+D`):\n\n```smalltalk\nMetacello new\n  baseline: 'IdentifierNameSplitter';\n  repository: 'github://olekscode/IdentifierNameSplitter/src';\n  load.\n```\n\n## How to use?\n\n```Smalltalk\n'HelloWorld' splitIdentifierName.\n\"#(Hello World)\"\n\n'adaptToCollection:andSend:' splitIdentifierName.\n\"#(adapt To Collection : and Send :)\"\n\n'example42' splitIdentifierName.\n\"#(example '42')\"\n\n'parseHTTPRequest:' splitIdentifierName.\n\"#(parse HTTP Request :)\"\n\n'a_bc\u003e\u003exy42HTMLEditor:AST++' splitIdentifierName.\n\"#(a _ bc \u003e\u003e xy '42' HTML Editor : AST ++)\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folekscode%2Fidentifiernamesplitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folekscode%2Fidentifiernamesplitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folekscode%2Fidentifiernamesplitter/lists"}