I just wondering how I could replace the second instance of a string inside a string in php such as follows:
a - b - c
Where it woulld add an extra space after the second "-" but only if it finds 2.
|
|
|
||||
|
|||||
|
|
|
Substring the string starting at the index of the first dash using |
|||
|
|