Though your problem appears to be resolved, I'm personally curious as to what searchStr is if it is passes the typeof(searchStr) == 'function' test.
If it's trying to call .test() on it, then one would think searchStr being passed in is a regex (RegExp) as that's the only thing I know of that you can call .test() against, but a regex would not pass the typeof(searchStr) == 'function' test, so what is being passed in here? - Jackie -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html _______________________________________________ mapguide-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/mapguide-users
