UNPKG

adaptive-expressions

Version:
27 lines 722 B
/** * @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-insensitive. */ export declare class ReplaceIgnoreCase extends ExpressionEvaluator { /** * Initializes a new instance of the [ReplaceIgnoreCase](xref:adaptive-expressions.ReplaceIgnoreCase) class. */ constructor(); /** * @private */ private static evaluator; /** * @private */ private static validator; } //# sourceMappingURL=replaceIgnoreCase.d.ts.map