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