public class AbstractEcmaStringOperations extends Object
| Constructor and Description |
|---|
AbstractEcmaStringOperations() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getSubstitution(Context cx,
Scriptable scope,
String matched,
String str,
int position,
NativeArray capturesArray,
Object namedCaptures,
String replacementTemplate)
GetSubstitution(matched, str, position, captures, namedCaptures, replacementTemplate)
22.1.3.19.1
GetSubstitution (matched, str, position, captures, namedCaptures, replacementTemplate)
|
public static String getSubstitution(Context cx, Scriptable scope, String matched, String str, int position, NativeArray capturesArray, Object namedCaptures, String replacementTemplate)
22.1.3.19.1 GetSubstitution (matched, str, position, captures, namedCaptures, replacementTemplate)
Copyright © 2025 HtmlUnit. All rights reserved.