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