Cite This Page
Bibliographic details for Compare a list of strings
- Page name: Compare a list of strings
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 7 December 2024 20:40 UTC
- Date retrieved: 19 January 2025 21:50 UTC
- Permanent URL: https://rosettacode.org/wiki/Compare_a_list_of_strings?oldid=374168
- Page Version ID: 374168
Citation styles for Compare a list of strings
APA style
Compare a list of strings. (2024, December 7). Rosetta Code. Retrieved 21:50, January 19, 2025 from https://rosettacode.org/wiki/Compare_a_list_of_strings?oldid=374168.
MLA style
"Compare a list of strings." Rosetta Code. 7 Dec 2024, 20:40 UTC. 19 Jan 2025, 21:50 <https://rosettacode.org/wiki/Compare_a_list_of_strings?oldid=374168>.
MHRA style
Rosetta Code contributors, 'Compare a list of strings', Rosetta Code, 7 December 2024, 20:40 UTC, <https://rosettacode.org/wiki/Compare_a_list_of_strings?oldid=374168> [accessed 19 January 2025]
Chicago style
Rosetta Code contributors, "Compare a list of strings," Rosetta Code, https://rosettacode.org/wiki/Compare_a_list_of_strings?oldid=374168 (accessed January 19, 2025).
CBE/CSE style
Rosetta Code contributors. Compare a list of strings [Internet]. Rosetta Code; 2024 Dec 7, 20:40 UTC [cited 2025 Jan 19]. Available from: https://rosettacode.org/wiki/Compare_a_list_of_strings?oldid=374168.
Bluebook style
Compare a list of strings, https://rosettacode.org/wiki/Compare_a_list_of_strings?oldid=374168 (last visited January 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Compare a list of strings --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Compare_a_list_of_strings?oldid=374168", note = "[Online; accessed 19-January-2025]" }
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 = "Compare a list of strings --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Compare_a_list_of_strings?oldid=374168}", note = "[Online; accessed 19-January-2025]" }