S
SaltyBall
Hi,
text file reformat
from
2006-12-25,xxx,yyy...
to
25/12/2006,xxx,yyy...
I think I can use "split" to kick it to an array line by line and
restructure it but I think it should be some smart method to do that.
Can I do it with =~ and regular expression or any other smart method?
Thanks very much!
text file reformat
from
2006-12-25,xxx,yyy...
to
25/12/2006,xxx,yyy...
I think I can use "split" to kick it to an array line by line and
restructure it but I think it should be some smart method to do that.
Can I do it with =~ and regular expression or any other smart method?
Thanks very much!