So is it possible? And how should I do it?
-> I have decent TCL capablities, and i can easily read up on code and understand it.
I haven't found however anything, anywhere on how to have a Regular Expression as a bind.
Let's say Youtube for instance.
Someone would type a link
http://youtube.com/watch?v=12121212121
By testing what was typed against my regex, it would then enter my proc to query youtube.
I just need the first part, a functional regex bind, which can work like this:
Nick: http://youtube.com/watch?v=12121212121
Nick: Here is my video http://youtube.com/watch?v=12121212121
Nick: www.youtube.com/watch?v=121212121&featured
I can create my own regex tho, after i know how to enter a proc if it matches.
Seeing as how every code i've seen, has a specific bind to a proc.
Thanks.