adaptive-expressions
Version:
Common Expression Language
26 lines • 645 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Return true if a given string matches a specified regular expression pattern.
*/
export declare class IsMatch extends ExpressionEvaluator {
/**
* Initializes a new instance of the [IsMatch](xref:adaptive-expressions.IsMatch) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
/**
* @private
*/
private static validator;
}
//# sourceMappingURL=isMatch.d.ts.map