Cite This Page
Bibliographic details for Natural sorting
- Page name: Natural sorting
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 22 August 2024 21:47 UTC
- Date retrieved: 17 January 2025 12:21 UTC
- Permanent URL: https://rosettacode.org/wiki/Natural_sorting?oldid=368901
- Page Version ID: 368901
Citation styles for Natural sorting
APA style
Natural sorting. (2024, August 22). Rosetta Code. Retrieved 12:21, January 17, 2025 from https://rosettacode.org/wiki/Natural_sorting?oldid=368901.
MLA style
"Natural sorting." Rosetta Code. 22 Aug 2024, 21:47 UTC. 17 Jan 2025, 12:21 <https://rosettacode.org/wiki/Natural_sorting?oldid=368901>.
MHRA style
Rosetta Code contributors, 'Natural sorting', Rosetta Code, 22 August 2024, 21:47 UTC, <https://rosettacode.org/wiki/Natural_sorting?oldid=368901> [accessed 17 January 2025]
Chicago style
Rosetta Code contributors, "Natural sorting," Rosetta Code, https://rosettacode.org/wiki/Natural_sorting?oldid=368901 (accessed January 17, 2025).
CBE/CSE style
Rosetta Code contributors. Natural sorting [Internet]. Rosetta Code; 2024 Aug 22, 21:47 UTC [cited 2025 Jan 17]. Available from: https://rosettacode.org/wiki/Natural_sorting?oldid=368901.
Bluebook style
Natural sorting, https://rosettacode.org/wiki/Natural_sorting?oldid=368901 (last visited January 17, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Natural sorting --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Natural_sorting?oldid=368901", note = "[Online; accessed 17-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 = "Natural sorting --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Natural_sorting?oldid=368901}", note = "[Online; accessed 17-January-2025]" }