Find Pattern in more Program Scripts / Libraries (ttadv2830s000)

Use this session to search for a pattern in a range of program scripts and to print the output.

You must first enter the pattern for which Tools must search. After that, you must specify the range of program scripts in which Tools must search for the pattern.

In the Select field you can specify a regular expression to make a selection of the specified range.

Field Information

Package Combination

package combination

Pattern

The pattern to search for in the range of program scripts.

Search In

The search options to find the patterns.

original VRC

If this check box is selected, Tools searches in the original VRC.

development VRC

If this check box is selected, Tools searches in the development VRC.

Package

The package code of the program scripts in which Tools searches for the pattern.

Module

A regular expression, which can be used to make a selection of modules.

Example

From To Select
(empty) zzz .[a-d]v

All modules between empty and zzz, where second character between a and d and third character = v, are selected.

Prog.Scr/Libr.

A regular expression, which can be used to make a selection of program scripts.

Example

Program Script From: (empty)

Program Script To : zzzzzzzzz

Selection : 21..
				All program scripts starting with 21 followed by two other characters are
				selected.