var phone = @"^+(?:[0-9] ?){6,14}[0-9]$";
phone will then equal ^\+(?:[0-9] ?){6,14}[0-9]$
I thought (and the examples I found seem to show) the @ character meant to leave my string how I have it. Why is it doubling the and how do I stop it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…