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