Forum: Transit support
Topic: How to filter on a negation?
Poster: Oiseau noir
Post title: Any letters or the word Stufe?
Hi trhanslator,
if you know what your "not any letters" segments contain, you may try something like this:
[0-9]|(Stufe) (This example assumes that not any letters means numbers)
combined with the "Hide matching segments" option mentioned by Gerald.
BTW: What regex bugs are you talking about?
Topic: How to filter on a negation?
Poster: Oiseau noir
Post title: Any letters or the word Stufe?
Hi trhanslator,
if you know what your "not any letters" segments contain, you may try something like this:
[0-9]|(Stufe) (This example assumes that not any letters means numbers)
combined with the "Hide matching segments" option mentioned by Gerald.
BTW: What regex bugs are you talking about?