Is there a way to utilize a regex in Javascript to replace the string sequence "*" with (*)? I'm looking to replace items between quotes with items enclosed in opening and closing parenthesis.
For instance, transforming "apple" to (apple).
Do you have any suggestions on how to achieve this?