UNPKG

@abaplint/runtime

Version:
7 lines (6 loc) 230 B
import { IRegexOptions } from "./statements/find"; export declare class ABAPRegExp { static convert(input: string): string; static escapeRegExp(text: string): string; static getRegex(options: IRegexOptions): RegExp; }