Public Function InStrIdentifier(start As Long, str As String, find As String, Optional compare As VbCompareMethod = vbDatabaseCompare) As String
Find the index of the first occurrence of an alphanumeric identifier in a string. The identifier must be surrounded by non alphanumeric characters or at the start or end of the string.