Cite This Page
Bibliographic details for Find URI in text
- Page name: Find URI in text
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 26 October 2024 16:23 UTC
- Date retrieved: 15 March 2025 08:37 UTC
- Permanent URL: https://rosettacode.org/wiki/Find_URI_in_text?oldid=372184
- Page Version ID: 372184
Citation styles for Find URI in text
APA style
Find URI in text. (2024, October 26). Rosetta Code. Retrieved 08:37, March 15, 2025 from https://rosettacode.org/wiki/Find_URI_in_text?oldid=372184.
MLA style
"Find URI in text." Rosetta Code. 26 Oct 2024, 16:23 UTC. 15 Mar 2025, 08:37 <https://rosettacode.org/wiki/Find_URI_in_text?oldid=372184>.
MHRA style
Rosetta Code contributors, 'Find URI in text', Rosetta Code, 26 October 2024, 16:23 UTC, <https://rosettacode.org/wiki/Find_URI_in_text?oldid=372184> [accessed 15 March 2025]
Chicago style
Rosetta Code contributors, "Find URI in text," Rosetta Code, https://rosettacode.org/wiki/Find_URI_in_text?oldid=372184 (accessed March 15, 2025).
CBE/CSE style
Rosetta Code contributors. Find URI in text [Internet]. Rosetta Code; 2024 Oct 26, 16:23 UTC [cited 2025 Mar 15]. Available from: https://rosettacode.org/wiki/Find_URI_in_text?oldid=372184.
Bluebook style
Find URI in text, https://rosettacode.org/wiki/Find_URI_in_text?oldid=372184 (last visited March 15, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Find URI in text --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Find_URI_in_text?oldid=372184", note = "[Online; accessed 15-March-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 = "Rosetta Code", title = "Find URI in text --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Find_URI_in_text?oldid=372184}", note = "[Online; accessed 15-March-2025]" }