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/04/01 00:03] – [Date Pattern Matching] 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 85: | Line 93: | ||
=== Syntax === | === Syntax === | ||
- | ^ Syntax ^ Description ^ | + | ^ Syntax |
- | | YYYY-MM-DD | ISO Date Format | | + | | YYYY-MM-DD |
- | | * | Today | | + | | * |
- | | W | This Week | | + | | W |
- | | P | The oldest Date | | + | | P |
- | | F | The most Future Date | | + | | F |
- | | *±x | Today plus or minus number of days (x). | | + | | *±x |
- | | M | The first day of this month | | + | | M |
- | | m | The last day of this month. | | + | | m |
- | | Y | The first day of the year. | | + | | Y |
- | | y | The last day of the year. | | + | | y |
- | | M±x | The first day of the month plus or minus number of months (x). | | + | | M±x |
- | | M±x±y | The first day of the month plus or minus number of months (x), plus or minus number of days (y). | | + | | M±x±y |
- | | Y±x | The first day of the year plus or minus x months. | + | | Y±x |
- | | Y±x±y | The first day of the year plus or minus number of years (x) plus or minus number of months (y). | | + | | Y±x±y |
- | | Y±x±y±z | The first day of the year plus or minus number of years (x) plus or minus number of months (y) plus or minus number of days (z). | | + | | Y±x±y±z |
Line 122: | Line 130: | ||
| *-10:* | 10 days ago until today | | | *-10:* | 10 days ago until today | | ||
| W-2:* | Two weeks ago until today | | | W-2:* | Two weeks ago until today | | ||
- | | M-4: | + | | 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.1585699386.txt.gz · Last modified: 2025/01/21 22:07 (external edit)