Cite This Page
Bibliographic details for Regular Expressions
- Page name: Regular Expressions
- Author: "A B C" contributors
- Publisher: "A B C", .
- Date of last revision: 4 December 2012 13:59 UTC
- Date retrieved: 1 November 2025 07:50 UTC
- Permanent URL: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=6203
- Page Version ID: 6203
Citation styles for Regular Expressions
APA style
Regular Expressions. (2012, December 4). "A B C", . Retrieved 07:50, November 1, 2025 from http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=6203.
MLA style
"Regular Expressions." "A B C", . 4 Dec 2012, 13:59 UTC. 1 Nov 2025, 07:50 <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=6203>.
MHRA style
"A B C" contributors, 'Regular Expressions', "A B C", , 4 December 2012, 13:59 UTC, <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=6203> [accessed 1 November 2025]
Chicago style
"A B C" contributors, "Regular Expressions," "A B C", , http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=6203 (accessed November 1, 2025).
CBE/CSE style
"A B C" contributors. Regular Expressions [Internet]. "A B C", ; 2012 Dec 4, 13:59 UTC [cited 2025 Nov 1]. Available from: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=6203.
Bluebook style
Regular Expressions, http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=6203 (last visited November 1, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = ""A B C"",
title = "Regular Expressions --- "A B C"{,} ",
year = "2012",
url = "http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=6203",
note = "[Online; accessed 1-November-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 = ""A B C"",
title = "Regular Expressions --- "A B C"{,} ",
year = "2012",
url = "\url{http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=6203}",
note = "[Online; accessed 1-November-2025]"
}