I made another video, with some caption: http://www.youtube.com/watch?v=0_wcPD4nrn4
Maybe I'm lucky now
Anyhow, why the operand regex doesn't get the \t\b ?
- Code: Select all
{
"key": "following_text",
"operator": "regex_contains",
"operand": "\t\b",
"match_all": false
}
It is the correct behavior or there is a problem in regex parser?