Description Usage Arguments Details Value
Search for and replace strings in a file
1 2 3 | findString(string = NULL, file = NULL)
replaceString(string = NULL, replacement = NULL, file = NULL)
|
string |
String to search for or replace |
file |
The file to search |
replacement |
Replacement string |
findString
searches for a string in a file, and replaceString
replaces a string in a file.
findString
returns the lines in the file containing the string, and
replaceString
invisibly replaces the string in place
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.