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