I use this phones = value.split(RegExp(r":| |:| |)"));
to split my phone numbers, so I got 内線
, 7+90+21931465
and 070-2193-1465
from 内線:7+90+21931465:070-2193-1465
, but I want to show them as 内線:7+90+21931465:070-2193-1465, how can I get array as 内線
, :
, 7+90+21931465
, :
and 070-2193-1465
?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…