Relative Content

Tag Archive for rregexstringreplace

How to replace string in R?

I have been trying to replace ) bracket space to )| bracket pipe but it seems str_replace uses regex which I am not able to figure out for this pattern. It should be simple if one knows regex but I am struggling at this atleast for now.