--- title: Regular Expressions Resources localeTitle: 正则表达式资源 --- > 指向有用的RegEx资源的链接。 * [**入门教程**](http://regexone.com) (推荐FCC) * [**RegEx 101**](https://regex101.com) ## RegEx教程和指南 * [**RegEx教程**](http://www.regular-expressions.info/tutorial.html) (详细解释) * [**RegEx Cheatsheet**](http://www.cheatography.com/davechild/cheat-sheets/regular-expressions) * [**MDN RegEx指南**](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions) * [**StackOverflow RegEx常见问题解答**](http://stackoverflow.com/a/22944075/1262108) * [**RegEx视频教程**](https://www.youtube.com/watch?v=EkluES9Rvak) ## RegEx测试场 * [**RegEx Visualizer**](https://www.debuggex.com/?flavor=javascript) * [**Hackerrank的RegEx挑战**](https://www.hackerrank.com/domains/algorithms/regex) (练习) * [**RegEx Regexplained**](https://leaverou.github.io/regexplained/) ## RegEx游戏 * [**RegEx高尔夫**](http://regex.alf.nu) * [**RegEx填字游戏**](http://regexcrossword.com) ## RegEx博客 * [**雷克斯蛋**](http://www.rexegg.com) ## RegEx软件辅助工具 * [**RegExBuddy**](http://www.regexbuddy.com) (专有) * [**Expresso**](http://www.ultrapico.com/expresso.htm) (免费) * [**RegEx Coach**](http://www.weitz.de/regex-coach/) (免费)