I'm looking for a regular expression that removes illegal characters. But I don't know what the characters will be.
For example:
In a process, I want my string to match ([a-zA-Z0-9/-]*)
. So I would like to replace all characters that don't match the regexp above.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…