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: 28 February 2021 17:33 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Regex_Posix&oldid=61613
- Page Version ID: 61613
Citation styles for Regex Posix
APA style
Regex Posix. (2017, March 10). HaskellWiki, . Retrieved 17:33, February 28, 2021 from https://wiki.haskell.org/index.php?title=Regex_Posix&oldid=61613.
MLA style
"Regex Posix." HaskellWiki, . 10 Mar 2017, 03:30 UTC. 28 Feb 2021, 17:33 <https://wiki.haskell.org/index.php?title=Regex_Posix&oldid=61613>.
MHRA style
HaskellWiki contributors, 'Regex Posix', HaskellWiki, , 10 March 2017, 03:30 UTC, <https://wiki.haskell.org/index.php?title=Regex_Posix&oldid=61613> [accessed 28 February 2021]
Chicago style
HaskellWiki contributors, "Regex Posix," HaskellWiki, , https://wiki.haskell.org/index.php?title=Regex_Posix&oldid=61613 (accessed February 28, 2021).
CBE/CSE style
HaskellWiki contributors. Regex Posix [Internet]. HaskellWiki, ; 2017 Mar 10, 03:30 UTC [cited 2021 Feb 28]. Available from: https://wiki.haskell.org/index.php?title=Regex_Posix&oldid=61613.
Bluebook style
Regex Posix, https://wiki.haskell.org/index.php?title=Regex_Posix&oldid=61613 (last visited February 28, 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=61613", note = "[Online; accessed 28-February-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=61613}", note = "[Online; accessed 28-February-2021]" }