StringTokenizer.RegularExpression Property

Top 

Description

A regular expression which defines the delimiters to be used with the StringTokenizer object. Note that FreeFlyer uses the boost library with Perl behavior for its regular expression evaluations.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

""

 

Syntax

myString1 = myStringTokenizer1.RegularExpression;

 

myStringTokenizer1.RegularExpression = myString1;

 

See also

StringTokenizer Object

Parsing Arbitrary String Data