vc6.0 Greta正则表达式应用

下载 greta-2.6.4-vc6正则表达式.zip,解压后有6个文件:

regexpr2.h  

restack.h  

reimpl2.h 

syntax2.h  

syntax2.cpp  

regexpr2.cpp 

在网上看到有直接把这6个文件加到测试工程中的,编译链接时会出错。

可采用生成lib方法:(如下)

1.在vc中创建Greta工程,编译成静态库lib文件。将在debug目录下生成Grete.lib


2.创建测试工程Test,可用Greta示例demo,greta2.htm中:

#include <iostream>
#include <string>
#include "../Greta/regexpr2.h"


using namespace std;
using namespace regex;
 
int main() {
    match_results results;
    string str("The book cost $12.34");
    rpattern pat( "\\$(\\d+)(\\.(\\d\\d))?" ); 
    // Match a dollar sign followed by one or more digits,
    // optionally followed by a period and two more digits.
    // The double-escapes are necessary to satisfy the compi

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值