darklich14
Programmer
I have an array of values such as aug2300.htm
I need to add separators from right to left because from left to right, the month portion of the string could be 3 or 4 characters (aug, sept). The steps of the operation would be:
1: aug23.00.htm
2: aug.23.00.htm
Note how they are added from right to left.
Need some help : )
thanks!
I need to add separators from right to left because from left to right, the month portion of the string could be 3 or 4 characters (aug, sept). The steps of the operation would be:
1: aug23.00.htm
2: aug.23.00.htm
Note how they are added from right to left.
Need some help : )
thanks!