News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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