LIKE Pattern
Wildcard Explanation ?
Wildcard | Explanation |
---|---|
% | Allows you to match any string of any length (including zero length) |
_ | Allows you to match on a single character |
[ ] | Allows you to match on any character in the [ ] brackets (for example, [abc] would match on a, b, or c characters) |
[^] | Allows you to match on any character not in the [^] brackets (for example, [^abc] would match on any character that is not a, b, or c characters) |
LIKE Pattern
Wildcard Explanation ?
LIKE Pattern
Wildcard Explanation ?
Wildcard | Explanation |
---|---|
% | Allows you to match any string of any length (including zero length) |
_ | Allows you to match on a single character |
[ ] | Allows you to match on any character in the [ ] brackets (for example, [abc] would match on a, b, or c characters) |
[^] | Allows you to match on any character not in the [^] brackets (for example, [^abc] would match on any character that is not a, b, or c characters) |
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |