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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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