Skip to content

Commit

Permalink
typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
joheli committed Feb 19, 2024
1 parent 2e73dcb commit 9f56909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You can even add more fine-grained control by appending characters after the str
- `c(x)` (**c**rop length to x) will crop the length of the returned string to x (default: off)
- `?` (optional term) will mark the term as not optional (default: off, i.e. without the question mark the term is assumed to be required); optional key `move_to_directory` (see [sample configuration file](configs/config.yml)) will ignore these terms.

So e.g. a term "start@@@finish===mc(100)l?" will search for text between pattern "start" and "finish" over multiple lines, replace line breaks with space, crop the returned text to 100 characters, and mark the term as optional (e.g. not required).
So e.g. the term `start@@@finish===mc(100)l?` will search for text between pattern "start" and "finish" over multiple lines, replace line breaks with space, crop the returned text to 100 characters, and mark the term as optional (i.e. not required).

## Using `rosinenpicker`

Expand Down

0 comments on commit 9f56909

Please sign in to comment.