stringSearch: Search and replace strings in a file

Description Usage Arguments Details Value

Description

Search for and replace strings in a file

Usage

1
2
3
findString(string = NULL, file = NULL)

replaceString(string = NULL, replacement = NULL, file = NULL)

Arguments

string

String to search for or replace

file

The file to search

replacement

Replacement string

Details

findString searches for a string in a file, and replaceString replaces a string in a file.

Value

findString returns the lines in the file containing the string, and replaceString invisibly replaces the string in place


anilchalisey/juggleR documentation built on May 9, 2019, 4 a.m.