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