{"id":21310003,"url":"https://github.com/tadd/string_unescape","last_synced_at":"2026-03-06T07:01:47.304Z","repository":{"id":56907793,"uuid":"134411308","full_name":"tadd/string_unescape","owner":"tadd","description":"String#unescape is easy String#undump","archived":false,"fork":false,"pushed_at":"2024-09-03T13:08:42.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-05T05:59:56.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tadd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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,"zenodo":null}},"created_at":"2018-05-22T12:23:36.000Z","updated_at":"2024-09-03T13:08:46.000Z","dependencies_parsed_at":"2025-07-11T23:31:18.023Z","dependency_job_id":"95d337e5-f2ac-4124-8783-c13a5c348c58","html_url":"https://github.com/tadd/string_unescape","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tadd/string_unescape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadd%2Fstring_unescape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadd%2Fstring_unescape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadd%2Fstring_unescape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadd%2Fstring_unescape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tadd","download_url":"https://codeload.github.com/tadd/string_unescape/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadd%2Fstring_unescape/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30164884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"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":[],"created_at":"2024-11-21T17:11:55.234Z","updated_at":"2026-03-06T07:01:47.280Z","avatar_url":"https://github.com/tadd.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# String#unescape\n\nString#unescape is condition-relaxed String#undump.\n\n## Usage\n\n```ruby\nrequire 'string_unescape'\n\nputs '\\u3059\\u3054\\u30FC\\u3044'.unescape #=\u003e すごーい\nputs '\\xE3\\x81\\x9F\\xE3\\x81\\xAE\\xE3\\x81\\x97\\xE3\\x83\\xBC'.unescape #=\u003e たのしー\nputs '\\u{1F43E}'.unescape #=\u003e 🐾\n```\n\nNote that you don't need to wrap the string with `\"`.\n\nSee [testcase](https://github.com/tadd/string_unescape/blob/master/test/test_string_unescape.rb) also.\n\n## Supported Ruby versions\n\n2.5.x or later.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'string_unescape'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install string_unescape\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/tadd/string_unescape .\n\n## License\n\nRuby's.  See [COPYING](COPYING).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftadd%2Fstring_unescape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftadd%2Fstring_unescape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftadd%2Fstring_unescape/lists"}