huiyin9218
Board Regular
- Joined
- Aug 7, 2018
- Messages
- 53
Hi,
May I know how to write a code to delete the entire row when there is "{" only in column A?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Column A[/TD]
[TD]Column B[/TD]
[/TR]
[TR]
[TD]Row 1[/TD]
[TD]{[/TD]
[TD]XX[/TD]
[/TR]
[TR]
[TD]Row 2[/TD]
[TD]{AB}[/TD]
[TD]XX[/TD]
[/TR]
[TR]
[TD]Row 3[/TD]
[TD]{[/TD]
[TD]XX[/TD]
[/TR]
[TR]
[TD]Row 4[/TD]
[TD]{CD}[/TD]
[TD]XX[/TD]
[/TR]
</tbody>[/TABLE]
From the sample table above, i would like to delete row 1 and 3.
I would be so grateful for your help.
May I know how to write a code to delete the entire row when there is "{" only in column A?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Column A[/TD]
[TD]Column B[/TD]
[/TR]
[TR]
[TD]Row 1[/TD]
[TD]{[/TD]
[TD]XX[/TD]
[/TR]
[TR]
[TD]Row 2[/TD]
[TD]{AB}[/TD]
[TD]XX[/TD]
[/TR]
[TR]
[TD]Row 3[/TD]
[TD]{[/TD]
[TD]XX[/TD]
[/TR]
[TR]
[TD]Row 4[/TD]
[TD]{CD}[/TD]
[TD]XX[/TD]
[/TR]
</tbody>[/TABLE]
From the sample table above, i would like to delete row 1 and 3.
I would be so grateful for your help.