add prefix to string
5.14.0
[[addSuffix]]
addPrefix("123456", "123")// => '123456'addPrefix("456", "123")// => '123456' Copy
addPrefix("123456", "123")// => '123456'addPrefix("456", "123")// => '123456'
to be processed string
prefix string
add prefix to string
Since
5.14.0
See
[[addSuffix]]