News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

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