Operation REMatch getMatch (Object input, int index, int eflags, StringBuffer buffer), in Class RE

Documentation
* Returns the first match found in the input, beginning
* the search at the specified index, and using the specified
* execution flags. If no match is found, returns null. If a StringBuffer
* is provided and is non-null, the contents of the input text from the index to the
* beginning of the match (or to the end of the input, if there is no match)
* are appended to the StringBuffer.
*
* @param input The input text.
* @param index The offset index at which the search should be begin.
* @param eflags The logical OR of any execution flags above.
* @param buffer The StringBuffer to save pre-match text in.
* @exception IllegalArgumentException The input text was not a String, char[], StringBuffer or InputStream.


Protocol Qualification 
Exceptions Size 
Time ConcurrencySequential
Export ControlPublicAccess  


Preconditions


Postconditions


Semantics



Property Settings

Java
AbstractFalseStaticFalse
FinalFalseNativeFalse
SynchronizedFalse  


Data Modeler
dmItemFalseDMName 
IsConstraintFalseConstraintType 
IsIndexFalseIsTriggerFalse
IsClusterFalseTableSpace 
FillFactor0KeyList 
CheckPredicate IsUniqueFalse
DeferalMode InitialCheckTime 
TriggerType TriggerReferencePart 
IsInsertEventFalseIsUpdateEventFalse
IsDeleteEventFalse