adaptive-expressions
Version:
Common Expression Language
27 lines • 680 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Replace a substring with the specified string, and return the result string.
* This function is case-sensitive.
*/
export declare class Replace extends ExpressionEvaluator {
/**
* Initializes a new instance of the [Replace](xref:adaptive-expressions.Replace) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
/**
* @private
*/
private static validator;
}
//# sourceMappingURL=replace.d.ts.map