FB TraceManager 3 - Documentation

Regular Expressions

Regular Expressions

Previous topic Next topic  

Regular Expressions

Previous topic Next topic  

Starting with FB TraceManager 3 V1.5, parsed trace data can be filtered in the parsed trace data grid (see Trace Data Visualization) by providing regular expressions on a per-column basis. Several column-based regular expressions are combined with an AND operator. An additional Case-sensitive regex filter option, allows to specify whether you want to apply the filter case-sensitive or not.

 

The regular expression engine used here is based on Perl regular expressions almost fully compatible with the Perl 5.8 regular expression syntax. The entire Perl regular expression syntax is available in [1]. The following table with examples is taken from [2].

 

fbtm_regular_expressions_examples

 

 

References:

 

[1] http://perldoc.perl.org/perlre.html

[2] http://www.cs.tut.fi/~jkorpela/perl/regexp.html#ex