Home > Software engineering > How to filter the text in a text box 1 (content item) text box into a title in a row after filtering
How to filter the text in a text box 1 (content item) text box into a title in a row after filtering
Time:10-03
How to filter the text in a text box 1 (content item) text box into a title in a row after filtering content, all other filtering all try text download: http://pan.baidu.com/s/1eQEf9AU
paper text is
hope effect after filtration is
Thank you for your reply you great god first
CodePudding user response:
add fetching qid and score between these content, if qid contain Spaces between score and also want to retain, other filtering
Such as [question] 2 XXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX (2.0) The filtered keep XXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
CodePudding user response:
Dim w1, w2, ww, wt, I, j W1="all exam content... " Ww=split (w1, "] ") For I=1 to ubound (ww) "the first is not the topic W2=split (ww (I), "a:") (0) 'to remove the answer section J=instrrev (w2, "(")" reverse for the first ( W1=left $(w2, j - 1) 'to get pure topic The debug. Print w1 next