Defines the common prefix of two strings.
| Name | Pass type | Value type | Default value | Description |
|---|---|---|---|---|
| $s1 | by value | string |
First string to be checked. |
|
| $s2 | by value | string |
Second string to be checked. |
|
| $max | by value | int | 1000 |
The maximal number of charactes to check. |
Returns the common prefix of the passed strings.