aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2022-09-10Fixed linting errors for date patternBobby1-1/+2
2022-09-10Added date patternBobby2-0/+35
2022-09-10Added ipv4 and ipv6 validationsBobby2-0/+36
2022-09-10Added email_rfc_5322 patternBobby2-0/+17
2022-09-03Fixed \ literal bugBobby1-1/+1
2022-09-03Fixed bugs and passing testsBobby1-1/+2
2022-09-02Refactoring, Fixing Tests and Coverage 💯Bobby2-29/+25
2022-09-02Refactor and Fixed BugsBobby3-22/+22
2022-09-01refactor code, fixed errors and added test casesBobby2-35/+42
2022-09-01Adding noqa to __init__.pyBobby1-0/+2
2022-09-01Exporting Builder to mainBobby2-12/+1
2022-09-01Fixed Linting ErrorsBobby2-11/+12
2022-09-01Regex Builder classBobby7-104/+191
2022-09-01Creating a deep copy at a different pointer location for each RegexBuilder ↵Bobby3-41/+206
class subroutine call
2022-09-01Fix liniting errorsBobby5-60/+38
2022-09-01Rewriting builder based on Super ExpressiveBobby6-9/+420
2022-08-31refactor codeBobby2-0/+3
2022-08-31Remove redundant functions and refactorBobby6-59/+15
2022-08-31Fixing isort errorsBobby4-7/+9
2022-08-31Added Basic Regex BuilderBobby9-84/+147
2022-08-31Added Basic DatatypesBobby2-0/+87
2022-08-31Fixed Linting ErrorsBobby2-1/+2
2022-08-31Added Phone Number ValidationBobby2-0/+19
2022-08-30Added #noqa as requiredBobby2-1/+5
2022-08-30Added Library and Email Verification ScriptBobby3-4/+17
2022-08-30Covering all codeBobby1-1/+1
2022-08-30Covering all codeBobby1-4/+0
2022-08-30Remove declarations from __init__.pyBobby1-1/+0
2022-08-30Change Main FunctionBobby2-0/+1
2022-08-30Fixing TestsBobby1-0/+1
2022-08-30Added Initial TestBobby1-0/+7
2022-08-30Add initial project skeleton.Bobby1-0/+1