remove prefix from string
to be processed string
prefix string
5.5.0
[[trimSuffix]]
trimPrefix("123456", "123")// => '456' Copy
trimPrefix("123456", "123")// => '456'
remove prefix from string