在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:frenchroasted/RegexKoans开源软件地址:https://github.com/frenchroasted/RegexKoans开源编程语言:JavaScript 94.1%开源软件介绍:Regular Expression KoansA series of tutorials on Regular Expressions. Learn how to write, read, and use Regular Expressions by completing or correcting code to make failing Unit Tests pass. Each Koan includes a series of Unit Tests which illustrate Regular Expression principles and techniques. I have made an effort to avoid making forward references in the tutorial sequence, but there are enough back references to earlier Koans that it would be best to complete the Koans in the order presented. Javascript's Regular Expression engine is very similar to that of many other programming languages. It differs only in esoteric details and in that it does not support Lookbehind Assertions, which are consequently not covered in this tutorial. For an excellent summary of Javascript's Regex capabilities as well as those of many other languages, Jan Goyvaerts is your first and last resource. To practice, to try out some code before using it in your program, or just to play around, rubular.com is a fantastic Regular Expression resource. It uses Ruby's Regex engine, but the differences are minor. This web tool should be in the Bookmarks list of every programmer. With many thanks to:
InstallationCheckout or download the zipped version of this project and extract it to a folder. Usage
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论