Write Your Own Regular Expression Parser - 项目摘要 |
摘要
| 管理 |
论坛 文档
| 软件包 |
|
|
|
| 项目描述: |
Have you ever wondered how regular expressions work in detail? If the answer is yes, this article is right for you. I will try to guide you step by step on how to create your own mini regular expression library. The purpose of the article is NOT to give you a highly optimized, tested, and great regular expression library, but to explain the principles behind the pattern matching in text files. If you only want a good library and don't care how it works, you probably want boost the regex library, which you can find here.
考虑过规则表达式工作的细节吗?如果答案是肯定的,这篇文章就很适合你。我将一步步得教你如何创建你的小型规则表达式库,其目的不是给你提供一个高度优化的,经过测试的大型规则表达式库,只是解释文本文件中模式匹配的内幕原则。如果你只需要一个良好的库,不在乎它是如何工作的,你可能需要改进这里提供的库。
来源: https://www.codeguru.com/cpp_mfc/RegEx.html |
| 类别: |
| |
|
发布者:
cbd002
|
|
| 最新发布源码包 |
| 软件包 |
版本号 |
日期 |
本地下载 |
| RegExDemo |
 1.0  |
2004-04-09 |
下载 |
|
|