#12 Search flags

Closed
opened 9 years ago by isundil · 1 comments
isundil commented 9 years ago

identify some search flags,

  • /i : case insensibility
  • /bnks (bool, number, key, string)

ex:

  • /PATTERN/ik case-insensible search for PATTERN in keys

Refs #8

identify some search flags, - /i : case insensibility - /bnks (bool, number, key, string) ex: - /PATTERN/ik case-insensible search for PATTERN in keys Refs #8
isundil commented 9 years ago
Owner
  • /w : match whole word (/(separator)PATTERN(separator)/)
  • /f : match full string (/^PATTERN$/)
- /w : match whole word (/(separator)PATTERN(separator)/) - /f : match full string (/^PATTERN$/)
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.