R
RP
I have a string in the following format
Computer [comp]
I want to remove the text that starts with [. Though I used substring
which keeps checking whether the character is [ and stops reading more
characters. I want to know is there any built-in function for this
that is both fast and easy to use.
Computer [comp]
I want to remove the text that starts with [. Though I used substring
which keeps checking whether the character is [ and stops reading more
characters. I want to know is there any built-in function for this
that is both fast and easy to use.