
kukkelikuu
New User
Dec 2, 2012, 2:05 AM
Post #1 of 2
(2214 views)
|
I need to print out all functions from c - file, which are in forms: XXX_YYY ( or XXX_TT_SS_TT( ( so function names will have underscores and the name ends with right side brackets How i can find the functions, i have tried something like this, but it doesnt work ( starts with letter, then there must be at least one under, and ends with brackets ): if (/^[a-z]_{1,}[(]$/){
|