string_compute_common_prefix
string_compute_common_prefix(strings) ⇒
Kind: global function
Returns: string
Example:: ['abra', 'abc', 'abode'] => 'ab'
| Param | Type |
|---|---|
| strings | Array.<String> |
Kind: global function
Returns: string
Example:: ['abra', 'abc', 'abode'] => 'ab'
| Param | Type |
|---|---|
| strings | Array.<String> |