Cite This Page
Bibliographic details for Copy a string
- Page name: Copy a string
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 26 August 2022 22:21 UTC
- Date retrieved: 29 January 2023 19:52 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Copy_a_string&oldid=327285
- Page Version ID: 327285
Citation styles for Copy a string
APA style
Copy a string. (2022, August 26). Rosetta Code, . Retrieved 19:52, January 29, 2023 from https://rosettacode.org/w/index.php?title=Copy_a_string&oldid=327285.
MLA style
"Copy a string." Rosetta Code, . 26 Aug 2022, 22:21 UTC. 29 Jan 2023, 19:52 <https://rosettacode.org/w/index.php?title=Copy_a_string&oldid=327285>.
MHRA style
Rosetta Code contributors, 'Copy a string', Rosetta Code, , 26 August 2022, 22:21 UTC, <https://rosettacode.org/w/index.php?title=Copy_a_string&oldid=327285> [accessed 29 January 2023]
Chicago style
Rosetta Code contributors, "Copy a string," Rosetta Code, , https://rosettacode.org/w/index.php?title=Copy_a_string&oldid=327285 (accessed January 29, 2023).
CBE/CSE style
Rosetta Code contributors. Copy a string [Internet]. Rosetta Code, ; 2022 Aug 26, 22:21 UTC [cited 2023 Jan 29]. Available from: https://rosettacode.org/w/index.php?title=Copy_a_string&oldid=327285.
Bluebook style
Copy a string, https://rosettacode.org/w/index.php?title=Copy_a_string&oldid=327285 (last visited January 29, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Copy a string --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Copy_a_string&oldid=327285", note = "[Online; accessed 29-January-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Copy a string --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Copy_a_string&oldid=327285}", note = "[Online; accessed 29-January-2023]" }