List Info

Thread: Padding a number with zero for single digits.




Padding a number with zero for single digits.
user name
2006-02-14 18:46:32
if u use replace_pattern 0$1 then naturally u need to
capture \d as
group #1, use match_pattern (.net):

(\d{1,2} )

[1]

about | contact  Other archives ( Real Estate discussion Medical topics )