Cite This Page
Bibliographic details for String
- Page name: String
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 28 June 2022 04:11 UTC
- Date retrieved: 25 March 2023 02:07 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=String&oldid=317479
- Page Version ID: 317479
Citation styles for String
APA style
String. (2022, June 28). Rosetta Code, . Retrieved 02:07, March 25, 2023 from https://rosettacode.org/w/index.php?title=String&oldid=317479.
MLA style
"String." Rosetta Code, . 28 Jun 2022, 04:11 UTC. 25 Mar 2023, 02:07 <https://rosettacode.org/w/index.php?title=String&oldid=317479>.
MHRA style
Rosetta Code contributors, 'String', Rosetta Code, , 28 June 2022, 04:11 UTC, <https://rosettacode.org/w/index.php?title=String&oldid=317479> [accessed 25 March 2023]
Chicago style
Rosetta Code contributors, "String," Rosetta Code, , https://rosettacode.org/w/index.php?title=String&oldid=317479 (accessed March 25, 2023).
CBE/CSE style
Rosetta Code contributors. String [Internet]. Rosetta Code, ; 2022 Jun 28, 04:11 UTC [cited 2023 Mar 25]. Available from: https://rosettacode.org/w/index.php?title=String&oldid=317479.
Bluebook style
String, https://rosettacode.org/w/index.php?title=String&oldid=317479 (last visited March 25, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "String --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=String&oldid=317479", note = "[Online; accessed 25-March-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 = "String --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=String&oldid=317479}", note = "[Online; accessed 25-March-2023]" }