in reply to How to convert a string with regex to a string with a fixed length?

sprintf("<%.13s>",  "123" . "0" x 13)

--MidLifeXis

  • Comment on Re: How to convert a string with regex to a string with a fixed length?
  • Download Code