StringOperatorProcessor Interface
Operators for string types
Implemented by
Methods
Name |
Description |
|
contains(a: string, b: string, caseSensitive: boolean): boolean |
|
|
doesNotContain(a: string, b: string, caseSensitive: boolean): boolean |
|
|
endsWith(a: string, b: string, caseSensitive: boolean): boolean |
|
|
isContainedIn(a: string, b: string, caseSensitive: boolean): boolean |
|
|
isEmpty(a: string): boolean |
|
|
isNotContainedIn(a: string, b: string, caseSensitive: boolean): boolean |
|
|
isNotEmpty(a: string): boolean |
|
|
startsWith(a: string, b: string, caseSensitive: boolean): boolean |
|
|
Defined in
Last Updated:
13 June, 2024