here is how have articles in cell.
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]aaaaaaaaaaa(small line)
(one enter is in this line)
bbbbbbbbbbbbbbbbbbbbbbbbbbbbb(very big text content without enter)
(one enter in this line)
ccccccc(very small content)
(one enter in this line)
ddddddd(very small content)[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to filter out the bbbbbbbbbbbbbbbbb( the very big text content without enter) in the column B, just next to it.
it will look like this when achieved
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]aaaaaaaaaaa(small line)
(one enter is in this line)
bbbbbbbbbbbbbbbbbbbbbbbbbbbbb(very big text content without enter)
(one enter in this line)
ccccccc(very small content)
(one enter in this line)
ddddddd(very small content)[/TD]
[TD]bbbbbbbbbbbbbbbbbbbbbbbbbbbbb[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
hOW I CAN ACHIVE THIS, THAK YOU VERY MUCH.
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]aaaaaaaaaaa(small line)
(one enter is in this line)
bbbbbbbbbbbbbbbbbbbbbbbbbbbbb(very big text content without enter)
(one enter in this line)
ccccccc(very small content)
(one enter in this line)
ddddddd(very small content)[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to filter out the bbbbbbbbbbbbbbbbb( the very big text content without enter) in the column B, just next to it.
it will look like this when achieved
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]aaaaaaaaaaa(small line)
(one enter is in this line)
bbbbbbbbbbbbbbbbbbbbbbbbbbbbb(very big text content without enter)
(one enter in this line)
ccccccc(very small content)
(one enter in this line)
ddddddd(very small content)[/TD]
[TD]bbbbbbbbbbbbbbbbbbbbbbbbbbbbb[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
hOW I CAN ACHIVE THIS, THAK YOU VERY MUCH.