The quick brown fox jumps over the
lazy dog" is an English-language
pangram, alphabet! that is, a phrase
that contains all of the letters of
the alphabet. It has been used to test
typewriters alphabet. and computer
keyboards, and in other applications
involving all of the letters in the
English alphabet.
I need to get the "alphabet." word in regex. In the above text there are 3 instances. It should not include "alphabet!". I just tried regex with
MatchCollection match = Regex.Matches(entireText, "alphabet.");
but this returns 4 instances including "alphabet!". How to omit this and get only "alphabet."
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…