index
:
edify
main
Regular Expressions Made Simple.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2022-09-10
Fixed linting errors for date pattern
Bobby
1
-1
/
+2
2022-09-10
Added date pattern
Bobby
2
-0
/
+35
2022-09-10
Added ipv4 and ipv6 validations
Bobby
2
-0
/
+36
2022-09-10
Added email_rfc_5322 pattern
Bobby
2
-0
/
+17
2022-09-03
Fixed \ literal bug
Bobby
1
-1
/
+1
2022-09-03
Fixed bugs and passing tests
Bobby
1
-1
/
+2
2022-09-02
Refactoring, Fixing Tests and Coverage 💯
Bobby
2
-29
/
+25
2022-09-02
Refactor and Fixed Bugs
Bobby
3
-22
/
+22
2022-09-01
refactor code, fixed errors and added test cases
Bobby
2
-35
/
+42
2022-09-01
Adding noqa to __init__.py
Bobby
1
-0
/
+2
2022-09-01
Exporting Builder to main
Bobby
2
-12
/
+1
2022-09-01
Fixed Linting Errors
Bobby
2
-11
/
+12
2022-09-01
Regex Builder class
Bobby
7
-104
/
+191
2022-09-01
Creating a deep copy at a different pointer location for each RegexBuilder ↵
Bobby
3
-41
/
+206
class subroutine call
2022-09-01
Fix liniting errors
Bobby
5
-60
/
+38
2022-09-01
Rewriting builder based on Super Expressive
Bobby
6
-9
/
+420
2022-08-31
refactor code
Bobby
2
-0
/
+3
2022-08-31
Remove redundant functions and refactor
Bobby
6
-59
/
+15
2022-08-31
Fixing isort errors
Bobby
4
-7
/
+9
2022-08-31
Added Basic Regex Builder
Bobby
9
-84
/
+147
2022-08-31
Added Basic Datatypes
Bobby
2
-0
/
+87
2022-08-31
Fixed Linting Errors
Bobby
2
-1
/
+2
2022-08-31
Added Phone Number Validation
Bobby
2
-0
/
+19
2022-08-30
Added #noqa as required
Bobby
2
-1
/
+5
2022-08-30
Added Library and Email Verification Script
Bobby
3
-4
/
+17
2022-08-30
Covering all code
Bobby
1
-1
/
+1
2022-08-30
Covering all code
Bobby
1
-4
/
+0
2022-08-30
Remove declarations from __init__.py
Bobby
1
-1
/
+0
2022-08-30
Change Main Function
Bobby
2
-0
/
+1
2022-08-30
Fixing Tests
Bobby
1
-0
/
+1
2022-08-30
Added Initial Test
Bobby
1
-0
/
+7
2022-08-30
Add initial project skeleton.
Bobby
1
-0
/
+1