Search found 1 match
- Thu Apr 05, 2012 4:31 pm
- Forum: Fulfilled Requests
- Topic: using pattern matching in triggers
- Replies: 5
- Views: 28587
Re: using pattern matching in triggers
With the new language requirements in VoA, I'm wondering if it could be possible to implement a simple approximate matching algorithm. This is hard for regular expressions (although not impossible, but it's a royal PITA), but for sub-string matching it maybe easier. Eg slide a window along looking f...