{"id":13644632,"url":"https://github.com/sgaikar1/ValidationUtilsLibrary","last_synced_at":"2025-04-21T10:33:53.850Z","repository":{"id":96212533,"uuid":"77891084","full_name":"sgaikar1/ValidationUtilsLibrary","owner":"sgaikar1","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-03T10:23:21.000Z","size":213,"stargazers_count":93,"open_issues_count":0,"forks_count":20,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-09T17:42:05.404Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sgaikar1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-01-03T06:43:16.000Z","updated_at":"2020-03-25T02:39:10.000Z","dependencies_parsed_at":"2023-04-13T05:43:03.902Z","dependency_job_id":null,"html_url":"https://github.com/sgaikar1/ValidationUtilsLibrary","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/sgaikar1%2FValidationUtilsLibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgaikar1%2FValidationUtilsLibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgaikar1%2FValidationUtilsLibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgaikar1%2FValidationUtilsLibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgaikar1","download_url":"https://codeload.github.com/sgaikar1/ValidationUtilsLibrary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250040560,"owners_count":21365129,"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-08-02T01:02:09.823Z","updated_at":"2025-04-21T10:33:48.816Z","avatar_url":"https://github.com/sgaikar1.png","language":"Java","readme":"# ValidationUtilsLibrary\n\n\nThe goal of this library is to help you in your development of validation forms.\n\ncurrently it works on follow entities:\n* First name:  if first name is blank or other than alphabets it will throw error.\n* Last name: if last name is blank or other than alphabets it will throw error.\n* Email: if email is not in vald format it will throw error.\n* password: length 8-20 char, prevention from sql-injection\n* Confirm Password: checks does password matches with confirmation password.\n* Age: maximum 3 digits allowed, if empty will throw error.\n* Mobile no: will check f empty or not, if filled will check for 10 digits, starting with 7/8/9 numeric.\n* Address: will check if empty or not\n* pincode: maximum  6 digits allowed,\n* any string: if edit text is empty it will throw error.\n\n##Preview\n![gif](https://github.com/sgaikar1/ValidationUtilsLibrary/blob/master/screen/ezgif.com-resize%20(1).gif)\n\n\n\n### Installation\n\n```\nallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n\ndependencies {\n    compile 'com.github.sgaikar1:ValidationUtilsLibrary:1.0.2'\n}\n```\n\n### Usage\n\n* For implementation please refer to the sample app.\n \n \n ## License\n\n* [Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)\n\n```\nCopyright 2016 Santosh Gaikar....\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","funding_links":[],"categories":["表单"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgaikar1%2FValidationUtilsLibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgaikar1%2FValidationUtilsLibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgaikar1%2FValidationUtilsLibrary/lists"}