gpt4 book ai didi

c - 如何在 PCRE 中释放已编译的模式?

转载 作者:太空宇宙 更新时间:2023-11-04 03:03:29 27 4
gpt4 key购买 nike

我在一个系统上工作,需要编译和匹配很多正则表达式。但是这些正则表达式通常不会被重用所以我想在不再需要它们时释放它们

扫描完PCRE API spec我没有找到可用于此的函数。

一定有办法以某种方式做到这一点。我无法想象没有此功能的流行正则表达式库。

那么有没有办法摆脱未使用的正则表达式模式?

最佳答案

It is up to the caller to free the memory (via pcre_free) when it is no longer required.

来源:API docs

关于c - 如何在 PCRE 中释放已编译的模式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8786612/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com