标签: string scala list detection
假设我有一个scala字符串列表
var l:List[String] = List("abc","eh9","hf6","def","lmno","eu9")
如何检测哪些成员字符串中包含整数,例如"eu9"?
"eu9"