{"id":19267298,"url":"https://github.com/jangorman/jgoregexpbuilder","last_synced_at":"2025-04-21T19:32:51.691Z","repository":{"id":15077824,"uuid":"17804232","full_name":"JanGorman/JGORegExpBuilder","owner":"JanGorman","description":"A delightful regular expressions DSL","archived":false,"fork":false,"pushed_at":"2016-01-20T17:45:49.000Z","size":161,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-19T14:32:13.309Z","etag":null,"topics":["dsl","ios","objective-c","regex","regular-expression"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"rcruz/AutoMySQLBackup","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JanGorman.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2014-03-16T17:07:13.000Z","updated_at":"2018-07-14T16:08:11.000Z","dependencies_parsed_at":"2022-08-30T04:50:50.802Z","dependency_job_id":null,"html_url":"https://github.com/JanGorman/JGORegExpBuilder","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FJGORegExpBuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FJGORegExpBuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FJGORegExpBuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FJGORegExpBuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JanGorman","download_url":"https://codeload.github.com/JanGorman/JGORegExpBuilder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223876446,"owners_count":17218389,"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":["dsl","ios","objective-c","regex","regular-expression"],"created_at":"2024-11-09T20:11:27.669Z","updated_at":"2024-11-09T20:11:28.469Z","avatar_url":"https://github.com/JanGorman.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JGORegExpBuilder\n\n[![Build Status](https://travis-ci.org/JanGorman/JGORegExpBuilder.svg?branch=master)](https://travis-ci.org/JanGorman/JGORegExpBuilder)\n\n## Usage\n\nYou can use the builder in your project like this:\n\n```objc\nJGORegExpBuilder *builder = RegExpBuilder().exactly(1).of(@\"p\");\nbuilder.test(@\"p\"); // YES\nbuilder.test(@\"q\"); // NO\n\n// If you want to access the underlying NSRegularExpression\nNSRegularExpression *regularExpression = builder.regularExpression;\n```\n\nFor simple matches use the builder directly. If you want to do more, simply access the `NSRegularExpression`, e.g. to search and replace inside a string.\n\nSee the `JGORegExpBuilderTests.m` file for some more examples of what you can do\n\n## Installation\n\nJGORegExpBuilder is available through [CocoaPods](http://cocoapods.org), to install\nit simply add the following line to your Podfile:\n\n`pod \"JGORegExpBuilder\"`\n\n## Inspiration\n\nBased on the JavaScript builder by [thebinarysearchtree](https://github.com/thebinarysearchtree/regexpbuilderjs/wiki).\n\n## License\n\nJGORegExpBuilder is available under the MIT license. See the LICENSE file for more info.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangorman%2Fjgoregexpbuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjangorman%2Fjgoregexpbuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangorman%2Fjgoregexpbuilder/lists"}