Cite This Page
Bibliographic details for Substring
- Page name: Substring
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 23 January 2023 20:34 UTC
- Date retrieved: 1 February 2023 13:34 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Substring&oldid=335955
- Page Version ID: 335955
Citation styles for Substring
APA style
Substring. (2023, January 23). Rosetta Code, . Retrieved 13:34, February 1, 2023 from https://rosettacode.org/w/index.php?title=Substring&oldid=335955.
MLA style
"Substring." Rosetta Code, . 23 Jan 2023, 20:34 UTC. 1 Feb 2023, 13:34 <https://rosettacode.org/w/index.php?title=Substring&oldid=335955>.
MHRA style
Rosetta Code contributors, 'Substring', Rosetta Code, , 23 January 2023, 20:34 UTC, <https://rosettacode.org/w/index.php?title=Substring&oldid=335955> [accessed 1 February 2023]
Chicago style
Rosetta Code contributors, "Substring," Rosetta Code, , https://rosettacode.org/w/index.php?title=Substring&oldid=335955 (accessed February 1, 2023).
CBE/CSE style
Rosetta Code contributors. Substring [Internet]. Rosetta Code, ; 2023 Jan 23, 20:34 UTC [cited 2023 Feb 1]. Available from: https://rosettacode.org/w/index.php?title=Substring&oldid=335955.
Bluebook style
Substring, https://rosettacode.org/w/index.php?title=Substring&oldid=335955 (last visited February 1, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Substring --- Rosetta Code{,} ", year = "2023", url = "https://rosettacode.org/w/index.php?title=Substring&oldid=335955", note = "[Online; accessed 1-February-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 = "Substring --- Rosetta Code{,} ", year = "2023", url = "\url{https://rosettacode.org/w/index.php?title=Substring&oldid=335955}", note = "[Online; accessed 1-February-2023]" }