in reply to Re: Re: Uploading Time
in thread Uploading Time
Split takes the regex and any time it matches, it seperates the string. It then returns a list of values, and the -1 gives you the last item on the list. If you used 1, then you would get the second item on the list (0 is the first element).
|
---|