diff --git a/common_knowledge/OnlinePraticePlatform.md b/common_knowledge/OnlinePraticePlatform.md index 7adc2cd8f408bba70a59569a6cbbf522dabd9fbd..1ba2a0112c5e7efcda018596752ad28a09ceb85f 100644 --- a/common_knowledge/OnlinePraticePlatform.md +++ b/common_knowledge/OnlinePraticePlatform.md @@ -78,7 +78,10 @@ RegExr URL: https://regexr.com/ -Another high quality regex testing site is: [https://regex101.com/](https://regex101.com/). +If you want to learn more about regex, there is a good advanced learning resource: [https://www.regular-expressions.info/](https://www.regular-expressions.info/). +![](../pictures/online/13.png) + +And another high quality regex testing site is: [https://regex101.com/](https://regex101.com/). ![](../pictures/online/12.png) ### 3. SQL exercises diff --git a/pictures/online/13.png b/pictures/online/13.png new file mode 100644 index 0000000000000000000000000000000000000000..b6bc7ee513626b99fb504a2a59ef1e6ca663d9a3 Binary files /dev/null and b/pictures/online/13.png differ