(str: string, val: number)
| 14 | notRegex(str: string, pattern: string, modifiers: string): boolean; |
| 15 | min(str: string, val: number): boolean; |
| 16 | max(str: string, val: number): boolean; |
| 17 | not(str: string, pattern: string, modifiers: string): boolean; |
| 18 | contains(str: string, elem: string[]): boolean; |
| 19 | notContains(str: string, elem: string[]): boolean; |
no outgoing calls
no test coverage detected