adaptive-expressions
Version:
Common Expression Language
26 lines • 693 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Return characters from a string, starting from the specified position or index. Index values start with the number 0.
*/
export declare class Substring extends ExpressionEvaluator {
/**
* Initializes a new instance of the [Substring](xref:adaptive-expressions.Substring) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
/**
* @private
*/
private static validator;
}
//# sourceMappingURL=substring.d.ts.map