Skip to content

Commit a0596a6

Browse files
committed
add re ref (README.md)
1 parent 07db6bd commit a0596a6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@
2323

2424
### Ref
2525

26+
- Regular expression doc
27+
- https://www.w3schools.com/python/python_regex.asp
28+
29+
- Regular expression online playground
30+
- https://regex101.com/
31+
2632
- Unit test mock DB func with python
2733
- https://www.stevenmaude.co.uk/posts/how-to-use-mock-in-python-to-mock?fbclid=IwAR15w5IZesgbksFYkp_HBxMXRVk2ip1LMnZ6J3Jf4_LjXuaQLPzCNk1x_58
2834
- https://stackoverflow.com/questions/58873971/python-mock-multiple-queries-in-a-function-using-pytest-mock?fbclid=IwAR3Ouw0im_iFT6PBIclw5lLwNXs3lCTfayQdmZdYfYEpoFyLDmzHVMnf6zQ
29-
-
35+

regular_expression/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Regular_Expression
2+
3+
## Ref
4+
- https://www.w3schools.com/python/python_regex.asp

0 commit comments

Comments
 (0)