On Oct 9, 7:23 pm, Roman Zilber <[email protected]> wrote: > There are different standards for regular expressions, the one you expect to > see is wild card used for searching > fileshttp://en.wikipedia.org/wiki/Wildcard_character#Files_and_directories > > VBScript uses POSIX style RE. > > http://msdn.microsoft.com/en-us/library/ms974570.aspxhttp://en.wikipedia.org/wiki/Regular_expression#POSIX_Extended_Regula...
...good to know. tho from the POSIX style it says: * Matches the preceding element zero or more times. For example, ba* matches "b", "ba", "baa", "baaa", and so on ...which would leave me to believe SomeTitle /(TM/)* would successfully match "SomeTitle (TM) (Build 10)" 0 or more times (1 time). sm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en -~----------~----~----~----~------~----~------~--~---
