Regular Expressions 101

Community Patterns

Your search did not match anything

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
typedef\s*struct\s*(?P<tag_Name>[\w]*?)\{(?P<Self_VarList>[\s\S]*?)\}\s*(?P<Self_Name>[\w]*?)\s*;
/
gm

Description

正则表达式解析C语言结构体

Submitted by evan.liu - a month ago