Cite This Page
Bibliographic details for Character matching
- Page name: Character matching
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 31 July 2013 07:13 UTC
- Date retrieved: 16 March 2025 16:39 UTC
- Permanent URL: https://rosettacode.org/wiki/Character_matching?oldid=233733
- Page Version ID: 233733
Citation styles for Character matching
APA style
Character matching. (2013, July 31). Rosetta Code. Retrieved 16:39, March 16, 2025 from https://rosettacode.org/wiki/Character_matching?oldid=233733.
MLA style
"Character matching." Rosetta Code. 31 Jul 2013, 07:13 UTC. 16 Mar 2025, 16:39 <https://rosettacode.org/wiki/Character_matching?oldid=233733>.
MHRA style
Rosetta Code contributors, 'Character matching', Rosetta Code, 31 July 2013, 07:13 UTC, <https://rosettacode.org/wiki/Character_matching?oldid=233733> [accessed 16 March 2025]
Chicago style
Rosetta Code contributors, "Character matching," Rosetta Code, https://rosettacode.org/wiki/Character_matching?oldid=233733 (accessed March 16, 2025).
CBE/CSE style
Rosetta Code contributors. Character matching [Internet]. Rosetta Code; 2013 Jul 31, 07:13 UTC [cited 2025 Mar 16]. Available from: https://rosettacode.org/wiki/Character_matching?oldid=233733.
Bluebook style
Character matching, https://rosettacode.org/wiki/Character_matching?oldid=233733 (last visited March 16, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Character matching --- Rosetta Code{,} ", year = "2013", url = "https://rosettacode.org/wiki/Character_matching?oldid=233733", note = "[Online; accessed 16-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 = "Character matching --- Rosetta Code{,} ", year = "2013", url = "\url{https://rosettacode.org/wiki/Character_matching?oldid=233733}", note = "[Online; accessed 16-March-2025]" }