Cite This Page
Bibliographic details for Regular expressions
- Page name: Regular expressions
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 26 February 2007 00:19 UTC
- Date retrieved: 26 March 2023 09:17 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Regular_expressions&oldid=11601
- Page Version ID: 11601
Citation styles for Regular expressions
APA style
Regular expressions. (2007, February 26). HaskellWiki, . Retrieved 09:17, March 26, 2023 from https://wiki.haskell.org/index.php?title=Regular_expressions&oldid=11601.
MLA style
"Regular expressions." HaskellWiki, . 26 Feb 2007, 00:19 UTC. 26 Mar 2023, 09:17 <https://wiki.haskell.org/index.php?title=Regular_expressions&oldid=11601>.
MHRA style
HaskellWiki contributors, 'Regular expressions', HaskellWiki, , 26 February 2007, 00:19 UTC, <https://wiki.haskell.org/index.php?title=Regular_expressions&oldid=11601> [accessed 26 March 2023]
Chicago style
HaskellWiki contributors, "Regular expressions," HaskellWiki, , https://wiki.haskell.org/index.php?title=Regular_expressions&oldid=11601 (accessed March 26, 2023).
CBE/CSE style
HaskellWiki contributors. Regular expressions [Internet]. HaskellWiki, ; 2007 Feb 26, 00:19 UTC [cited 2023 Mar 26]. Available from: https://wiki.haskell.org/index.php?title=Regular_expressions&oldid=11601.
Bluebook style
Regular expressions, https://wiki.haskell.org/index.php?title=Regular_expressions&oldid=11601 (last visited March 26, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Regular expressions --- HaskellWiki{,} ", year = "2007", url = "https://wiki.haskell.org/index.php?title=Regular_expressions&oldid=11601", note = "[Online; accessed 26-March-2023]" }
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 = "HaskellWiki", title = "Regular expressions --- HaskellWiki{,} ", year = "2007", url = "\url{https://wiki.haskell.org/index.php?title=Regular_expressions&oldid=11601}", note = "[Online; accessed 26-March-2023]" }