Cite This Page
Bibliographic details for Globally replace text in several files
- Page name: Globally replace text in several files
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 27 July 2024 13:33 UTC
- Date retrieved: 16 February 2025 08:16 UTC
- Permanent URL: https://rosettacode.org/wiki/Globally_replace_text_in_several_files?oldid=367715
- Page Version ID: 367715
Citation styles for Globally replace text in several files
APA style
Globally replace text in several files. (2024, July 27). Rosetta Code. Retrieved 08:16, February 16, 2025 from https://rosettacode.org/wiki/Globally_replace_text_in_several_files?oldid=367715.
MLA style
"Globally replace text in several files." Rosetta Code. 27 Jul 2024, 13:33 UTC. 16 Feb 2025, 08:16 <https://rosettacode.org/wiki/Globally_replace_text_in_several_files?oldid=367715>.
MHRA style
Rosetta Code contributors, 'Globally replace text in several files', Rosetta Code, 27 July 2024, 13:33 UTC, <https://rosettacode.org/wiki/Globally_replace_text_in_several_files?oldid=367715> [accessed 16 February 2025]
Chicago style
Rosetta Code contributors, "Globally replace text in several files," Rosetta Code, https://rosettacode.org/wiki/Globally_replace_text_in_several_files?oldid=367715 (accessed February 16, 2025).
CBE/CSE style
Rosetta Code contributors. Globally replace text in several files [Internet]. Rosetta Code; 2024 Jul 27, 13:33 UTC [cited 2025 Feb 16]. Available from: https://rosettacode.org/wiki/Globally_replace_text_in_several_files?oldid=367715.
Bluebook style
Globally replace text in several files, https://rosettacode.org/wiki/Globally_replace_text_in_several_files?oldid=367715 (last visited February 16, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Globally replace text in several files --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Globally_replace_text_in_several_files?oldid=367715", note = "[Online; accessed 16-February-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 = "Globally replace text in several files --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Globally_replace_text_in_several_files?oldid=367715}", note = "[Online; accessed 16-February-2025]" }