{"id":15569438,"url":"https://github.com/dwolfhub/corona_string","last_synced_at":"2026-04-19T20:35:37.703Z","repository":{"id":9553017,"uuid":"11460873","full_name":"dwolfhub/corona_string","owner":"dwolfhub","description":"string manipulation library","archived":false,"fork":false,"pushed_at":"2013-07-16T21:47:10.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-26T08:49:20.256Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/dwolfhub.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":"2013-07-16T21:32:59.000Z","updated_at":"2014-02-07T01:49:33.000Z","dependencies_parsed_at":"2022-08-24T16:02:20.925Z","dependency_job_id":null,"html_url":"https://github.com/dwolfhub/corona_string","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dwolfhub/corona_string","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwolfhub%2Fcorona_string","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwolfhub%2Fcorona_string/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwolfhub%2Fcorona_string/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwolfhub%2Fcorona_string/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dwolfhub","download_url":"https://codeload.github.com/dwolfhub/corona_string/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwolfhub%2Fcorona_string/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32022445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-02T17:28:51.084Z","updated_at":"2026-04-19T20:35:37.674Z","avatar_url":"https://github.com/dwolfhub.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# String Manipulation Library\n\n#### File Name\nstring.lua\n\n#### Note\nThis will be an ever-growing list of functions to manipulate strings\n\n## String.tableToQueryString(data)\n\n#### Parameters\n\u003e - data (table) the data to be converted to a query string\n\n#### Return\n\u003e - An html encoded query string\n\n#### Example\n```lua\nlocal string = require \"library.core.string\"\nlocal data = {\n    foo = 'information',\n    bar = 'special!@#chars'\n}\nlocal queryString = string.tableToQueryString(data)\nprint(queryString)\n-- prints: bar=special%21%40%23chars\u0026foo=information\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwolfhub%2Fcorona_string","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdwolfhub%2Fcorona_string","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwolfhub%2Fcorona_string/lists"}