# Functions
Prefix returns the longest common prefix of the provided strings https://leetcode.com/problems/longest-common-prefix/discuss/374737/golang-runtime-0ms-simple-solution.
TrimPrefix removes the longest common prefix from all provided strings.