Top Posts
Categories
- KDB (6)
- Pricing (4)
- Q (17)
- Q Idioms (3)
- Regression (3)
- Regular Expressions (3)
- Time Series (1)
-
Join 18 other subscribers
Archives
Tag Cloud
Blog Stats
- 73,304 hits
Tag Archives: Regex
Regular Expressions in q/KDB+
The verb like is used for matching regular expressions in q/KDB+. Usage : X like Y. Reserved characters for pattern matching in q : a) “?” matches a character b) “*” matches a sequence of characters c) “[]” is used … Continue reading
Equality of Strings in q/KDB+
I came across an error and in the process of solving it discovered more about regular expressions in q. I will list the problem first. I created a fictitious table named t for the same. q)t sym price volume ——————— … Continue reading