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: 1 January 2017 16:10 UTC
- Date retrieved: 19 November 2025 00:34 UTC
- Permanent URL: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=9020
- Page Version ID: 9020
Citation styles for Regular Expressions
APA style
Regular Expressions. (2017, January 1). "A B C", . Retrieved 00:34, November 19, 2025 from http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=9020.
MLA style
"Regular Expressions." "A B C", . 1 Jan 2017, 16:10 UTC. 19 Nov 2025, 00:34 <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=9020>.
MHRA style
"A B C" contributors, 'Regular Expressions', "A B C", , 1 January 2017, 16:10 UTC, <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=9020> [accessed 19 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=9020 (accessed November 19, 2025).
CBE/CSE style
"A B C" contributors. Regular Expressions [Internet]. "A B C", ; 2017 Jan 1, 16:10 UTC [cited 2025 Nov 19]. Available from: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=9020.
Bluebook style
Regular Expressions, http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=9020 (last visited November 19, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = ""A B C"",
title = "Regular Expressions --- "A B C"{,} ",
year = "2017",
url = "http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=9020",
note = "[Online; accessed 19-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 = "2017",
url = "\url{http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Regular_Expressions&oldid=9020}",
note = "[Online; accessed 19-November-2025]"
}