Cite This Page
Bibliographic details for Sort the letters of string in alphabetical order
- Page name: Sort the letters of string in alphabetical order
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 26 November 2022 14:14 UTC
- Date retrieved: 29 January 2023 21:52 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Sort_the_letters_of_string_in_alphabetical_order&oldid=333886
- Page Version ID: 333886
Citation styles for Sort the letters of string in alphabetical order
APA style
Sort the letters of string in alphabetical order. (2022, November 26). Rosetta Code, . Retrieved 21:52, January 29, 2023 from https://rosettacode.org/w/index.php?title=Sort_the_letters_of_string_in_alphabetical_order&oldid=333886.
MLA style
"Sort the letters of string in alphabetical order." Rosetta Code, . 26 Nov 2022, 14:14 UTC. 29 Jan 2023, 21:52 <https://rosettacode.org/w/index.php?title=Sort_the_letters_of_string_in_alphabetical_order&oldid=333886>.
MHRA style
Rosetta Code contributors, 'Sort the letters of string in alphabetical order', Rosetta Code, , 26 November 2022, 14:14 UTC, <https://rosettacode.org/w/index.php?title=Sort_the_letters_of_string_in_alphabetical_order&oldid=333886> [accessed 29 January 2023]
Chicago style
Rosetta Code contributors, "Sort the letters of string in alphabetical order," Rosetta Code, , https://rosettacode.org/w/index.php?title=Sort_the_letters_of_string_in_alphabetical_order&oldid=333886 (accessed January 29, 2023).
CBE/CSE style
Rosetta Code contributors. Sort the letters of string in alphabetical order [Internet]. Rosetta Code, ; 2022 Nov 26, 14:14 UTC [cited 2023 Jan 29]. Available from: https://rosettacode.org/w/index.php?title=Sort_the_letters_of_string_in_alphabetical_order&oldid=333886.
Bluebook style
Sort the letters of string in alphabetical order, https://rosettacode.org/w/index.php?title=Sort_the_letters_of_string_in_alphabetical_order&oldid=333886 (last visited January 29, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Sort the letters of string in alphabetical order --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Sort_the_letters_of_string_in_alphabetical_order&oldid=333886", 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 = "Sort the letters of string in alphabetical order --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Sort_the_letters_of_string_in_alphabetical_order&oldid=333886}", note = "[Online; accessed 29-January-2023]" }