我想将字符串分成几部分。我的字符串是:
NSString * myString = @"Multiply top and bottom to get < mathtype x3y2z3 over x3yz2 >,now cancel down the powers of < i >x, y, z< /i >.If you prefer, you can cancel down before you start multiplying.";
我需要这三个部分。1. 上下相乘得到 2. < mathtype x3y2z3 over x3yz2 > 3. 现在取消 < i >x, y, z</i > 的幂。如果您愿意,可以在开始相乘之前取消.
我怎样才能做到这一点?