Skip to main content
Go to Latest
File
package index
func ReversePrefix(word string, ch byte) string { return reversePrefix(word,ch)}