We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07db6bd commit a0596a6Copy full SHA for a0596a6
README.md
@@ -23,7 +23,13 @@
23
24
### Ref
25
26
+- Regular expression doc
27
+ - https://www.w3schools.com/python/python_regex.asp
28
+
29
+- Regular expression online playground
30
+ - https://regex101.com/
31
32
- Unit test mock DB func with python
33
- https://www.stevenmaude.co.uk/posts/how-to-use-mock-in-python-to-mock?fbclid=IwAR15w5IZesgbksFYkp_HBxMXRVk2ip1LMnZ6J3Jf4_LjXuaQLPzCNk1x_58
34
- https://stackoverflow.com/questions/58873971/python-mock-multiple-queries-in-a-function-using-pytest-mock?fbclid=IwAR3Ouw0im_iFT6PBIclw5lLwNXs3lCTfayQdmZdYfYEpoFyLDmzHVMnf6zQ
- -
35
regular_expression/README.md
@@ -0,0 +1,4 @@
1
+## Regular_Expression
2
3
+## Ref
4
+- https://www.w3schools.com/python/python_regex.asp
0 commit comments