Operation String
substitute (Object input, String replace, int index), in Class RE
Documentation
* Substitutes the replacement text for the first match found in the input
* beginning at the specified index position.
*
* @param input The input text.
* @param replace The replacement text, which may contain $x metacharacters (see REMatch.substituteInto).
* @param index The offset index at which the search should be begin.
* @exception IllegalArgumentException The input text was not a String, char[], StringBuffer or InputStream.
Protocol | | Qualification | |
Exceptions | | Size | |
Time | | Concurrency | Sequential |
Export Control | PublicAccess | | |
Preconditions
Postconditions
Semantics
Property Settings
Java
Abstract | False | Static | False |
Final | False | Native | False |
Synchronized | False | | |
Data Modeler
dmItem | False | DMName | |
IsConstraint | False | ConstraintType | |
IsIndex | False | IsTrigger | False |
IsCluster | False | TableSpace | |
FillFactor | 0 | KeyList | |
CheckPredicate | | IsUnique | False |
DeferalMode | | InitialCheckTime | |
TriggerType | | TriggerReferencePart | |
IsInsertEvent | False | IsUpdateEvent | False |
IsDeleteEvent | False | | |