在lazarus下可以用RegEx进行正则表达式的开发设计,其步骤是

1.下载regexpr文件夹到lazarus的开发目录中,比如我的在/home/dongjichao/lazarus

2.指定regexpr的目录,在project->Options中的Compiler Options中的Other Unit Files中输入/home/dongjichao/lazarus/regexpr

3.新建一工程,加入RegExpr单元,并修改RegExpr.pas,去掉

uses

   windows;

两行即可以进行开发了

开发效果如下:

lazarus下使用正则表达式

相关文章:

  • 2021-09-22
  • 2021-10-13
  • 2021-07-27
  • 2021-12-26
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-22
  • 2021-11-10
  • 2021-09-23
相关资源
相似解决方案