I'm trying to find a regexp that only matches strings if they don't contain a dot, e.g. it matches stackoverflow
, 42abc47
or a-bc-31_4
but doesn't match: .swp
, stackoverflow
or test.
.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…