C++ IP API  9.5.5
TCP & UDP for virtual user scripts
Facilita::RegExpMatch Class Reference

The objects of this class indicate a position and a string found in a textual search. More...

Public Methods

 RegExpMatch ()
 Default constructor. More...
 
 RegExpMatch (const string &match, int position)
 Constructor that is not called directly by test scripts. More...
 
const string & getMatch () const
 
Returns
The matched string.
More...
 
int getPosition () const
 
Returns
The position in the data where the string was found.
More...
 

Detailed Description

The objects of this class indicate a position and a string found in a textual search.

Constructors

Facilita::RegExpMatch::RegExpMatch ( )

Default constructor.

Facilita::RegExpMatch::RegExpMatch ( const string &  match,
int  position 
)

Constructor that is not called directly by test scripts.

Methods

const string& Facilita::RegExpMatch::getMatch ( ) const

Returns
The matched string.

int Facilita::RegExpMatch::getPosition ( ) const

Returns
The position in the data where the string was found.


The documentation for this class was generated from the following file: