Is your suggestion for improvement related to a problem? Please describe.
While copying an entry from the library using Ctrl+C, the string constants are not exported, and there is no automatic option to replace string constants.
Describe the solution you'd like
An option to copy the bib entry that replaces the string constants.
Additional context
Suppose the .bib file is the following:
@String{grl = "Geophys. Res. Lett."}
@article{claudepierre:20a,
author = {Claudepierre, S. G.},
journal = grl
}
When I copy it by using ctrl+C and then paste it into my editor, the journal name continues to be grl, whereas the desired behavior would be Geophys. Res. Lett. Thus, I would really appreciate a feature, say by an option in the list below, that allows for copying bib entry while replacing string constants.

Is your suggestion for improvement related to a problem? Please describe.
While copying an entry from the library using Ctrl+C, the string constants are not exported, and there is no automatic option to replace string constants.
Describe the solution you'd like
An option to copy the bib entry that replaces the string constants.
Additional context
Suppose the .bib file is the following:
When I copy it by using ctrl+C and then paste it into my editor, the journal name continues to be

grl, whereas the desired behavior would beGeophys. Res. Lett.Thus, I would really appreciate a feature, say by an option in the list below, that allows for copying bib entry while replacing string constants.