《问》How to match repeated patterns?

《问》

How to match repeated patterns?

Search Text

#define SQLITE_VERSION "3.30.0"

Expression Code

REGEX "^#define SQLITE_VERSION *\"[0-9]+\\.[0-9]+\\.[0-9]+\""
REGEX "^#define SQLITE_VERSION *\"([0-9]+)(\\.[0-9]+)+\""

Comments

Popular posts from this blog

英语口语

Ruby语言专用工具讲座:Exerb

《问》What are the differences between more and less?