Cite This Page
Bibliographic details for Remove vowels from a string
- Page name: Remove vowels from a string
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 16 October 2024 02:15 UTC
- Date retrieved: 9 February 2025 05:31 UTC
- Permanent URL: https://rosettacode.org/wiki/Remove_vowels_from_a_string?oldid=371597
- Page Version ID: 371597
Citation styles for Remove vowels from a string
APA style
Remove vowels from a string. (2024, October 16). Rosetta Code. Retrieved 05:31, February 9, 2025 from https://rosettacode.org/wiki/Remove_vowels_from_a_string?oldid=371597.
MLA style
"Remove vowels from a string." Rosetta Code. 16 Oct 2024, 02:15 UTC. 9 Feb 2025, 05:31 <https://rosettacode.org/wiki/Remove_vowels_from_a_string?oldid=371597>.
MHRA style
Rosetta Code contributors, 'Remove vowels from a string', Rosetta Code, 16 October 2024, 02:15 UTC, <https://rosettacode.org/wiki/Remove_vowels_from_a_string?oldid=371597> [accessed 9 February 2025]
Chicago style
Rosetta Code contributors, "Remove vowels from a string," Rosetta Code, https://rosettacode.org/wiki/Remove_vowels_from_a_string?oldid=371597 (accessed February 9, 2025).
CBE/CSE style
Rosetta Code contributors. Remove vowels from a string [Internet]. Rosetta Code; 2024 Oct 16, 02:15 UTC [cited 2025 Feb 9]. Available from: https://rosettacode.org/wiki/Remove_vowels_from_a_string?oldid=371597.
Bluebook style
Remove vowels from a string, https://rosettacode.org/wiki/Remove_vowels_from_a_string?oldid=371597 (last visited February 9, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Remove vowels from a string --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Remove_vowels_from_a_string?oldid=371597", note = "[Online; accessed 9-February-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 = "Remove vowels from a string --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Remove_vowels_from_a_string?oldid=371597}", note = "[Online; accessed 9-February-2025]" }