Cite This Page
Bibliographic details for Count how many vowels and consonants occur in a string
- Page name: Count how many vowels and consonants occur in a string
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 25 September 2024 09:22 UTC
- Date retrieved: 18 January 2025 04:11 UTC
- Permanent URL: https://rosettacode.org/wiki/Count_how_many_vowels_and_consonants_occur_in_a_string?oldid=370586
- Page Version ID: 370586
Citation styles for Count how many vowels and consonants occur in a string
APA style
Count how many vowels and consonants occur in a string. (2024, September 25). Rosetta Code. Retrieved 04:11, January 18, 2025 from https://rosettacode.org/wiki/Count_how_many_vowels_and_consonants_occur_in_a_string?oldid=370586.
MLA style
"Count how many vowels and consonants occur in a string." Rosetta Code. 25 Sep 2024, 09:22 UTC. 18 Jan 2025, 04:11 <https://rosettacode.org/wiki/Count_how_many_vowels_and_consonants_occur_in_a_string?oldid=370586>.
MHRA style
Rosetta Code contributors, 'Count how many vowels and consonants occur in a string', Rosetta Code, 25 September 2024, 09:22 UTC, <https://rosettacode.org/wiki/Count_how_many_vowels_and_consonants_occur_in_a_string?oldid=370586> [accessed 18 January 2025]
Chicago style
Rosetta Code contributors, "Count how many vowels and consonants occur in a string," Rosetta Code, https://rosettacode.org/wiki/Count_how_many_vowels_and_consonants_occur_in_a_string?oldid=370586 (accessed January 18, 2025).
CBE/CSE style
Rosetta Code contributors. Count how many vowels and consonants occur in a string [Internet]. Rosetta Code; 2024 Sep 25, 09:22 UTC [cited 2025 Jan 18]. Available from: https://rosettacode.org/wiki/Count_how_many_vowels_and_consonants_occur_in_a_string?oldid=370586.
Bluebook style
Count how many vowels and consonants occur in a string, https://rosettacode.org/wiki/Count_how_many_vowels_and_consonants_occur_in_a_string?oldid=370586 (last visited January 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Count how many vowels and consonants occur in a string --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Count_how_many_vowels_and_consonants_occur_in_a_string?oldid=370586", note = "[Online; accessed 18-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 = "Count how many vowels and consonants occur in a string --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Count_how_many_vowels_and_consonants_occur_in_a_string?oldid=370586}", note = "[Online; accessed 18-January-2025]" }