I was using the following to match text

matchText(tword1,tword)

but I just relized that it is also selecting any strings that have that
pattern, is there a way to only select exact matches?

example

tword1= record_id

tword = record_id

 

matchtext returns

record_id

orig_record_id

 

only want it to return

record_id

 

Thanks

Rob

 

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to