Questions tagged as 'str-replace'

0
answers

Replace words from one column in another column in a text

I am trying to replace words from one column in another column in a text: Text:    While these delays were noted, active nuclear power plants have been building individual warehouses within their facilities to store the dangerous spent f...
asked by 18.07.2018 / 17:38
1
answer

Can a 'Raw String' be replaced by another once printed?

I have three raw strings: string wawe1 = R"( ^ ^ ^ ^ | ^ | | | | ^ | ^ | ^ | | | | | ^ | | | ^...
asked by 06.05.2018 / 01:43
2
answers

Get a string between the first parentisis that opens and the last one that closes

I need to get a string between the first parentisis that opens and the last one that closes, to then make a str_replace between those parentheses, finally perform an explode to get the fields. Something like this: $string = field1,field2,(i...
asked by 21.03.2018 / 16:57