Correct, when you change to concat, you're no longer putting in a reference to the match array. Instead, you're copying its contents, which is what you apparently thought you were doing before .
↧
Correct, when you change to concat, you're no longer putting in a reference to the match array. Instead, you're copying its contents, which is what you apparently thought you were doing before .