TRegEx does not work with empty input.

TRegEx does not work with empty input.

https://quality.embarcadero.com/browse/RSP-15356

Comments

  1. What should it do?  What matches a filter with no filtering specification?

    ReplyDelete
  2. The empty string should match stuff like (\s*|SomeText) - if it doesn't (and it doesn't) then it's an error in the library

    ReplyDelete

Post a Comment