Cite This Page
Bibliographic details for Reverse the gender of a string
- Page name: Reverse the gender of a string
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 7 October 2024 20:43 UTC
- Date retrieved: 22 March 2025 13:09 UTC
- Permanent URL: https://rosettacode.org/wiki/Reverse_the_gender_of_a_string?oldid=371147
- Page Version ID: 371147
Citation styles for Reverse the gender of a string
APA style
Reverse the gender of a string. (2024, October 7). Rosetta Code. Retrieved 13:09, March 22, 2025 from https://rosettacode.org/wiki/Reverse_the_gender_of_a_string?oldid=371147.
MLA style
"Reverse the gender of a string." Rosetta Code. 7 Oct 2024, 20:43 UTC. 22 Mar 2025, 13:09 <https://rosettacode.org/wiki/Reverse_the_gender_of_a_string?oldid=371147>.
MHRA style
Rosetta Code contributors, 'Reverse the gender of a string', Rosetta Code, 7 October 2024, 20:43 UTC, <https://rosettacode.org/wiki/Reverse_the_gender_of_a_string?oldid=371147> [accessed 22 March 2025]
Chicago style
Rosetta Code contributors, "Reverse the gender of a string," Rosetta Code, https://rosettacode.org/wiki/Reverse_the_gender_of_a_string?oldid=371147 (accessed March 22, 2025).
CBE/CSE style
Rosetta Code contributors. Reverse the gender of a string [Internet]. Rosetta Code; 2024 Oct 7, 20:43 UTC [cited 2025 Mar 22]. Available from: https://rosettacode.org/wiki/Reverse_the_gender_of_a_string?oldid=371147.
Bluebook style
Reverse the gender of a string, https://rosettacode.org/wiki/Reverse_the_gender_of_a_string?oldid=371147 (last visited March 22, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Reverse the gender of a string --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Reverse_the_gender_of_a_string?oldid=371147", note = "[Online; accessed 22-March-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 = "Reverse the gender of a string --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Reverse_the_gender_of_a_string?oldid=371147}", note = "[Online; accessed 22-March-2025]" }