UNPKG

@metadev/lux

Version:

Lux: Library with User Interface components for Angular.

16 lines (15 loc) 563 B
import * as i0 from "@angular/core"; /** * A service that holds the functionality for advanced handling of regular expressions */ export declare class RegexpService { constructor(); private removeOuterRoundBrackets; private isQuantifier; private parseMinimalAmountOfQuantifier; private sliceRegexByOr; private sliceRegexByThen; suggestion(beginning: string, regularExpressionString: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<RegexpService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<RegexpService>; }