removePrefix

open fun removePrefix(value: String): String(source)

Removes the prefix from a selected version value.

The prefix that is the longest and is contained in the version value will always be chosen first.

When no prefix is found, the raw version value will be returned instead

Return

the version value, with removed prefixes

Parameters

value

the version value to remove the prefix from