We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e404b8 commit e308e3dCopy full SHA for e308e3d
resources/RESOURCES.md
@@ -23,7 +23,7 @@ see %USEFUL_SERVERS_CHANNEL% for invites to general JavaScript and programming s
23
_ _
24
### Regular expressions:
25
Trying to get some content out of a string but it's too complicated for slicing and dicing? Regular Expressions might be what you need:
26
-- [Regex Guide](https://blog.bitsrc.io/a-beginners-guide-to-regular-expressions-regex-in-javascript-9c58feb27eb4)
+- [Regex Guide](https://builtin.com/software-engineering-perspectives/javascript-regex)
27
- Online Tester/Debugger: [regex101](https://regex101.com/) | [regexr](http://regexr.com/) | [debuggex](https://www.debuggex.com/)
28
- Interactive Guide: [regexone](https://regexone.com/)
29
0 commit comments