正则表达式模式不等于 0

Regex pattern to not equal 0

我想传递不等于零 (0) 的值。为此,性能最佳的正则表达式模式是什么?

[^0]+

表示:除零以外的任何字符必须至少出现一次