getNonPrefixedValue

open fun getNonPrefixedValue(prefix: String): String

Return getValue with the specified prefix removed. If the location does not have the given prefix then the getValue is returned unchanged.

Return

the value with the prefix removed

Parameters

prefix

the prefix to check