I need to match a word like 'César' for a regex like this /^cesar/i
.
Is there an option like /i
to configure the regex so it ignores the acute accents?.
Or the only solution is to use a regex like this /^césar/i
.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…