like
Checks if a string matches a specific pattern.
The pattern syntax is the same as the like operator. For more information, see The "like" operator.
Arguments
- Input string.
- Pattern.
Examples
| Expression | Result |
|---|---|
| like("Hello World!", "H_l%") | true |