in reply to Re^2: How to repeat a string multiple times if found match
in thread How to repeat a string multiple times if found match

I don't want foo_ foo line only
foo_1 foo_2 foo_3

Replies are listed 'Best First'.
Re^4: How to repeat a string multiple times if found match
by haukex (Archbishop) on Mar 09, 2021 at 11:34 UTC
    I don't want foo_ foo line only foo_1 foo_2 foo_3

    Please compare your code to the code I gave you here.