Hello,
I have a list of codes I need to removed the leading zero from. However, I only want to remove the leading zero and not all of them.
I have been looking for a while but cant seem to figure it out. Any ideas?
The codes look like this:
[TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"]AB01[/TD]
[/TR]
[TR]
[TD="class: xl65"]AB02[/TD]
[/TR]
[TR]
[TD="class: xl65"]AB03[/TD]
[/TR]
[TR]
[TD="class: xl65"]AB05[/TD]
[/TR]
[TR]
[TD="class: xl65"]AB10
[/TD]
[/TR]
</tbody>[/TABLE]
and I need them to look like this:
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]AB1[/TD]
[/TR]
[TR]
[TD]AB2[/TD]
[/TR]
[TR]
[TD]AB3[/TD]
[/TR]
[TR]
[TD]AB5[/TD]
[/TR]
[TR]
[TD]AB10
Thanks![/TD]
[/TR]
</tbody>[/TABLE]
I have a list of codes I need to removed the leading zero from. However, I only want to remove the leading zero and not all of them.
I have been looking for a while but cant seem to figure it out. Any ideas?
The codes look like this:
[TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"]AB01[/TD]
[/TR]
[TR]
[TD="class: xl65"]AB02[/TD]
[/TR]
[TR]
[TD="class: xl65"]AB03[/TD]
[/TR]
[TR]
[TD="class: xl65"]AB05[/TD]
[/TR]
[TR]
[TD="class: xl65"]AB10
[/TD]
[/TR]
</tbody>[/TABLE]
and I need them to look like this:
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]AB1[/TD]
[/TR]
[TR]
[TD]AB2[/TD]
[/TR]
[TR]
[TD]AB3[/TD]
[/TR]
[TR]
[TD]AB5[/TD]
[/TR]
[TR]
[TD]AB10
Thanks![/TD]
[/TR]
</tbody>[/TABLE]