Skip to content

Commit

Permalink
Add regex tooltip example
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernán Morales Durand committed Sep 20, 2024
1 parent 47f67f2 commit eca79a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spec2-Core/SpSearchInputFieldOptionsPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ SpSearchInputFieldOptionsPresenter >> initializeSearchTypePresenters [
regexpOptionButton := self newRadioButton
label: 'Regexp';
state: false;
help: 'Use regular expression';
help: 'Use regular expression. For instance, use ^AB(.*)$ to match anything begining with AB';
yourself.

exactOptionButton := self newRadioButton
Expand Down

0 comments on commit eca79a2

Please sign in to comment.