From 210ca56189041b1f5dee1473390eb86505d643c3 Mon Sep 17 00:00:00 2001 From: "Bikash Daga (Jain)" <95040719+bikashdaga@users.noreply.github.com> Date: Mon, 25 Jul 2022 13:18:09 +0530 Subject: [PATCH] Added one Useful Link Have Added Scaler Topics Regular Expression in Python Page under Inputs ( Anchored - regular expressions). I think this will help all the learners to understand Regular Expression in Python with examples. Kindly Please check the suggested changes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b540b1..cf264e6 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ select whether or not you would like to have the parameter specified in the requ ![image](https://user-images.githubusercontent.com/1199079/114761896-f417b300-9d15-11eb-9aa0-c498ae727eaa.png) -Path parameters are defined using regular expressions (https://www.w3schools.com/python/python_regex.asp) +Path parameters are defined using [regular expressions](https://www.scaler.com/topics/python/regular-expression-in-python/) (https://www.w3schools.com/python/python_regex.asp) ``` ...