Menu

#26 Regular expression search for Notes

Next Release
open
1
2008-04-17
2008-02-24
No

By default, Note search is exact.
With option -e, we use regular expression searches:
by default anything containing the @arg argument will match (*arg*)
Alternatively, to specify only notes beginning with arg, we can specify @^arg on the command line.
If the end is desired, we can specify @arg$,
If ^ or $ are part of the note name, we can escape them using the \ escaping character:

Discussion

  • Anonymous

    Anonymous - 2008-04-17
    • priority: 9 --> 5
     
  • Anonymous

    Anonymous - 2008-04-17
    • priority: 5 --> 1
     

Log in to post a comment.