pub(crate) fn strip_0x_prefix(s: &str) -> &str
Expand description

Takes a string and checks for a 0x prefix. Returns a string without a 0x prefix.