This commit is contained in:
2025-11-21 22:06:03 +01:00
parent 859ee51b34
commit df8b4349c2

View File

@@ -44,7 +44,7 @@ steps:
# check modified key
- build/dbtool -d test.db -s -k test | grep modified
# use splitting with regex
- printf today:100 | build/dbtool -d test.db -i -f -t '^([^:]*):([^:]*)'
- echo today:100 | build/dbtool -d test.db -i -f -t '^([^:]*):([^:]*)'
# check if it works
- build/dbtool -d test.db -s -k today | grep 100
# use splitting with regex reverse