/** * This file contains helper functions for regex */ export declare function convertStringtoStartsWithExpressionInRegex(value: string): string; export declare function convertStringtoContainsExpressionInRegex(value: string): string; export declare function convertStringtoEqualsExpressionInRegex(value: string): string; export declare function ignoreRegexSpecialCharactersInText(text: string): string; export declare function convertStringtoEndsWithExpressionInRegex(value: string): string; //# sourceMappingURL=regexHelperService.d.ts.map