Cite This Page
Bibliographic details for Pattern Matching
- Page name: Pattern Matching
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 6 February 2010 14:02 UTC
- Date retrieved: 15 February 2025 22:38 UTC
- Permanent URL: https://rosettacode.org/wiki/Pattern_Matching?oldid=138373
- Page Version ID: 138373
Citation styles for Pattern Matching
APA style
Pattern Matching. (2010, February 6). Rosetta Code. Retrieved 22:38, February 15, 2025 from https://rosettacode.org/wiki/Pattern_Matching?oldid=138373.
MLA style
"Pattern Matching." Rosetta Code. 6 Feb 2010, 14:02 UTC. 15 Feb 2025, 22:38 <https://rosettacode.org/wiki/Pattern_Matching?oldid=138373>.
MHRA style
Rosetta Code contributors, 'Pattern Matching', Rosetta Code, 6 February 2010, 14:02 UTC, <https://rosettacode.org/wiki/Pattern_Matching?oldid=138373> [accessed 15 February 2025]
Chicago style
Rosetta Code contributors, "Pattern Matching," Rosetta Code, https://rosettacode.org/wiki/Pattern_Matching?oldid=138373 (accessed February 15, 2025).
CBE/CSE style
Rosetta Code contributors. Pattern Matching [Internet]. Rosetta Code; 2010 Feb 6, 14:02 UTC [cited 2025 Feb 15]. Available from: https://rosettacode.org/wiki/Pattern_Matching?oldid=138373.
Bluebook style
Pattern Matching, https://rosettacode.org/wiki/Pattern_Matching?oldid=138373 (last visited February 15, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Pattern Matching --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/wiki/Pattern_Matching?oldid=138373", note = "[Online; accessed 15-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 = "Pattern Matching --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/wiki/Pattern_Matching?oldid=138373}", note = "[Online; accessed 15-February-2025]" }