Skip to content

Commit b9a1948

Browse files
Update tools/text_processing/text_processing/replace_text_in_line.xml
Co-authored-by: Björn Grüning <bjoern@gruenings.eu>
1 parent c8c112b commit b9a1948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/text_processing/text_processing/replace_text_in_line.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The select tool searches the data for lines containing or not containing a match
181181
182182
183183
**Note**: SED uses extended regular expression syntax, not Perl syntax. **\\d**, **\\w**, **\\s** etc. are **not** supported. However, you can use SED FAQ to perform commands using special characters.
184-
More complex options can look like sed -e '$!N;s/foo/bar/;'. Here, $!N; is an optional part which you only need to set in very special cases
184+
More complex options can look like `sed -e '$!N;s/foo/bar/;'`. Here, `$!N;` is an optional part which you only need to set in very special cases. The `foo` part is the search string, and the `bar` part is the replacement string.
185185
Please read the SED FAQ here: https://www.pement.org/sed/sedfaq3.html#s3.2
186186
187187
]]>

0 commit comments

Comments
 (0)