View Single Post
Old 04-03-2022, 09:21 AM   #2
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,461
Karma: 8025600
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
The compare value is any of the search operators.

In your case I think you want to use an regular expression match mode
Code:
template:"program:readstatus()#@#:t:~^read"
or an exact match mode
Code:
template:"program:readstatus()#@#:t:=read"
EDIT: As the documentation says: "The value is whatever you want. It can use the special operators described above for the various search types."

Last edited by chaley; 04-03-2022 at 09:41 AM.
chaley is offline   Reply With Quote