{"id":18463921,"url":"https://github.com/badchoice/rvvalidator","last_synced_at":"2025-06-11T03:36:41.717Z","repository":{"id":62452261,"uuid":"104495948","full_name":"BadChoice/RVValidator","owner":"BadChoice","description":"Simple, fast and effective textfield validator","archived":false,"fork":false,"pushed_at":"2021-10-19T11:14:11.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T17:47:27.487Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/BadChoice.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-09-22T16:31:02.000Z","updated_at":"2021-10-19T09:35:18.000Z","dependencies_parsed_at":"2022-11-01T23:45:35.782Z","dependency_job_id":null,"html_url":"https://github.com/BadChoice/RVValidator","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BadChoice%2FRVValidator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BadChoice%2FRVValidator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BadChoice%2FRVValidator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BadChoice%2FRVValidator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BadChoice","download_url":"https://codeload.github.com/BadChoice/RVValidator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BadChoice%2FRVValidator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259192379,"owners_count":22819434,"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":"2024-11-06T09:08:22.051Z","updated_at":"2025-06-11T03:36:41.697Z","avatar_url":"https://github.com/BadChoice.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RVValidator\n\n**Laravel inspired validator for iOS Forms**   \n\n\n\n## Installation\nCopy the category files to your project or just\n\n```\n    pod 'RVValidator' \n```\n\n## Examples\n\nJust some examples, check the .h or the tests to see them all\n\n\n```\n   validator = [RVValidator make:@[\n        TFValidator(self.requiredField, @\"required\"),\n        TFValidator(self.numericField,  @\"numeric\"),\n        TFValidator(self.emailField,    @\"required|email\"),\n        TFValidator(self.urlField,      @\"url\"),\n        TFValidator(self.dateField,     @\"date:dd-MM-yyyy\"),\n        TFValidator(self.sizeField,     @\"size:4\"),\n        TFValidator(self.rangeField,    @\"min:4|max:10\")\n        ]\n     ];\n    \n    [validator addLiveValidation];\n    \n    //You can even get live valid status with\n    \n    [validator addLiveValidation:^(BOOL isValid){\n        self.submitButton.enabled = isValid;\n    }];\n```\n\n\n## Available rules\n\n- Date   \n- Email   \n- Integer   \n- Max   \n- Min   \n- Numeric   \n- Regexp   \n- Required   \n- Size   \n- Time   \n- Url   \n- In    \u003e To check that the value **is** in any of the string list `in:1,2,3`\n- NotIn \u003e To check that the value **is not** in any of the string list `notIn:1,2,3`\n- ConfirmationRule  \u003e To match that two fields are equal","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadchoice%2Frvvalidator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadchoice%2Frvvalidator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadchoice%2Frvvalidator/lists"}