I've used the index function to find occurrences of a substring within a string, but what about finding a regrex?
I'd like to search a number of strings for the location of all occurrences of numerous regular expressions.
Is there a way to do this (other than manually converting each regrex into each substring and then indexing each one)?
Thanks for the help.