【发布时间】:2010-12-01 04:24:58
【问题描述】:
我有这行文字,引号的数量可能会改变:
Here just one "comillas"
But I also could have more "mas" values in "comillas" and that "is" the "trick"
I was thinking in a method that return "a" list of "words" that "are" between "comillas"
如何获取引号之间的数据?
结果应该是:
comillas
mas, comillas, 把戏
a, words, are, comillas
【问题讨论】:
-
哦,你的意思是,那是文本行?