general:pattern_matching
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
general:pattern_matching [2020/01/23 01:50] – [Question Mark (?)] Scott Cunliffe | general:pattern_matching [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Pattern | + | ====== Pattern |
- | TapeTrack has powerful pattern matching functionality that can be utilized globally in [[desktop: | + | TapeTrack has powerful pattern matching functionality that can be utilized globally in [[desktop: |
+ | |||
+ | ===== TapeMaster Quick Filters ===== | ||
+ | |||
+ | TapeMaster fields can be filtered by Repository, Flags, Next Move and/or Container by using the funnel buttons on the right of the filter fields. | ||
+ | |||
+ | To use quick filters just click on the required column funnel and select the filter value. | ||
+ | |||
+ | {{tapemaster_filters.png}} | ||
Line 16: | Line 24: | ||
==== Asterisk (*) ==== | ==== Asterisk (*) ==== | ||
- | The **Asterisk is used** as a wildcard to allow string | + | The **Asterisk is used** as a wildcard to allow String |
* An **Asterisk** before a set of characters will show all items that end with those characters. \\ Using the filter '' | * An **Asterisk** before a set of characters will show all items that end with those characters. \\ Using the filter '' | ||
Line 85: | Line 93: | ||
=== Syntax === | === Syntax === | ||
- | * '' | + | ^ Syntax |
- | * '' | + | | YYYY-MM-DD |
- | * '' | + | | * | Today | |
- | * '' | + | | W | This Week | |
- | * '' | + | | P | The oldest Date | |
- | * '' | + | | F | The most Future Date | |
- | * '' | + | | *±x | Today ± number of days (x). | |
- | * '' | + | | M | The first day of this month | |
- | * '' | + | | m | The last day of this month. |
- | * '' | + | | Y | The first day of the year. | |
- | * '' | + | | y | The last day of the year. | |
- | * '' | + | | M±x | The first day of the month ± number of months (x). | |
+ | | M±x±y | ||
+ | | Y±x | The first day of the year ± x number of years | | ||
+ | | Y±x±y | ||
+ | | Y±x±y±z | ||
=== Examples === | === Examples === | ||
- | |*-10 | 10 days ago | | + | ^ Date Syntax ^ Description ^ |
- | |Y | + | |*-10 |
- | |M-1 | the last day of last month | | + | | W-10 |
- | |y-1 | the last day of last year | | + | | W+2 | 2 Weeks in the future | |
- | |Y-1+3-1 | + | | M | The first day of this month | |
+ | | M-1 | ||
+ | |Y | The beginning of this year | | ||
+ | |y-1 | The last day of last year | | ||
+ | |Y-1+3-1 | ||
+ | | P | The oldest date | | ||
+ | | P+50 | The oldest date plus 50 days | | ||
+ | | F | The most future date | | ||
+ | |||
+ | |||
+ | ^ Date Range Syntax ^ Description ^ | ||
+ | | *-10:* | 10 days ago until today | | ||
+ | | W-2:* | Two weeks ago until today | | ||
+ | | M-4:W+2 | First day of four months ago until two weeks from today | | ||
+ | |||
+ | === Pattern Matching === | ||
+ | |||
+ | ^ Syntax ^ Description ^ | ||
+ | | ???? | 4 Character long | | ||
+ | | ????* | 4 or more long | | ||
+ | | !(?*) | Empty string, | ||
+ | |||
+ | |||
+ | {{tag> date technote tapemaster lite cli}} | ||
general/pattern_matching.1579744220.txt.gz · Last modified: 2025/01/21 22:07 (external edit)