I have
string text = "aa aa value kk 8718764 aa value1 kk kk kk 5178gkjh aathtkhkk";
I want to get all texts between aa
and kk
and the expected results are:
1 = value
2 = value1
3 = thtkh
I try using a "aa(.*?)kk"
regex, but I am not getting the expected result.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…