News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Searching file with regular expressions

Started by dje, February 12, 2007, 03:15:19 PM

Previous topic - Next topic

dje

Hi !

I noticed that some regular expression items works correctly (., charset []) but it seems that the pipe does not work.

For example, the following patterns gives no result, whereas it should:

  • typedef|struct
  • (typedef|struct)
  • (?:typedef|struct)

Is it a bug or is there restrictions ?

Dje