How to find this pattern by regular expression?



Hi,

I want to find the pattern: PATTERN that can contain lower case or
upper case characters, digits, and special characters like : _ ; ( )
& .

A sample context is:

-- Start here (this line is not in context)

PATTERN {
@ a line containing anything(comment line)
@ multiple comment lines can exist
// Another type of comments
/* Third type of comments
and it's a multiline comment
*/
x1=a AND b
y1= x1 OUTSIDE layer100
copy y1

//Comments can exist anywhere in the text (between the braces)

// this is the closing brace }

-- End here (this line is not in context)

I need when apply regular expression on the above sample context, it
return the word PATTERN.

Any guidance about the most efficient RE to perform that?

Thanks and best regards,
Ahmad
.



Relevant Pages

  • How to find this pattern by regular expression?
    ... I want to find the pattern: PATTERN that can contain lower case or ... /* Third type of comments ... // this is the closing brace} ... I need when apply regular expression on the above sample context, ...
    (comp.lang.tcl)
  • Re: How to find this pattern by regular expression?
    ... I want to find the pattern: PATTERN that can contain lower case or ... -- Start here (this line is not in context) ... /* Third type of comments ... // this is the closing brace} ...
    (comp.lang.tcl)
  • Re: How to find this pattern by regular expression?
    ... PATTERN { ... @ multiple comment lines can exist ... /* Third type of comments ... // this is the closing brace} ...
    (comp.lang.perl.misc)
  • Re: How to write fixed length records to file.
    ... The pattern is AAAAAAAAAAAAAAAAA ... Did you try using a third type that is a combination of the two other ... If you're always writing both types ... (ABABABAB) ...
    (microsoft.public.vb.general.discussion)
  • Help on RegExp
    ... I made a pattern to exclude HTML tags and text within the opening ... brace '{' and the closing brace '}' and match all the rest. ...
    (comp.lang.javascript)