perl,模式匹配使用\ D +另一个条件

Gor*_*don 0 perl

我想用\ D匹配任何东西(非数字与char +或 - 的例外).

我该怎么做呢?

谢谢

fri*_*edo 7

你的意思是这样的:/[^\d+-]/