Skip to content

Commit eb54494

Browse files
committed
regex
1 parent 0b1197d commit eb54494

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/guis/betabeat/analysis_panel.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ Depending on the number of selected files and BPMs as well as the frequency reso
171171
The BPMs in the list are sorted alphabetically.
172172
Use the text field and the ++"Find BPM"++ button to quickly find BPMs in the list and **automatically select them**.
173173
The text input is based on regular expressions and **all BPMs that match the pattern** in both planes will be selected.
174-
Note that `^.*` and `.*$` will be added automatically to the string to look for your pattern **anywhere** in the BPM name.
174+
Note that `^.*` and `.*$` will be added automatically to start and end of the string respectively,
175+
to look for your pattern **anywhere** in the BPM name.
175176

176177
Use the controls at the bottom left of the panel for the additional functionality, which is described below.
177178

docs/guis/betabeat/bpm_panel.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ You can select multiple measurements at once to compare them, but only one BPM p
134134
The BPMs in the list are sorted by longitudinal position in model loaded when the file was opened.
135135
Use the text field and the ++"Find BPM"++ button to quickly find BPMs in the list and **automatically select them**.
136136
The text input is based on regular expressions and **the first BPM matching the pattern** will be selected.
137-
Note that `^.*` and `.*$` will be added automatically to the string to look for your pattern **anywhere** in the BPM name.
137+
Note that `^.*` and `.*$` will be added automatically to start and end of the string respectively,
138+
to look for your pattern **anywhere** in the BPM name.
138139

139140
### Bad BPMs
140141

0 commit comments

Comments
 (0)