Skip to content

Commit e308e3d

Browse files
authored
fix(resources): replace regex guide (#58)
1 parent 6e404b8 commit e308e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/RESOURCES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ see %USEFUL_SERVERS_CHANNEL% for invites to general JavaScript and programming s
2323
_ _
2424
### Regular expressions:
2525
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)
26+
- [Regex Guide](https://builtin.com/software-engineering-perspectives/javascript-regex)
2727
- Online Tester/Debugger: [regex101](https://regex101.com/) | [regexr](http://regexr.com/) | [debuggex](https://www.debuggex.com/)
2828
- Interactive Guide: [regexone](https://regexone.com/)
2929
_ _

0 commit comments

Comments
 (0)