Regular Expressions 101

Community Patterns

There does not seem to be anything here

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 - 2 days ago