List of QTP Regular Expressions

List of QTP Regular Expressions

For a complete list, see the Regular Expressions section in the Microsoft VBScript documentation. Go to QTP Help -> QuickTestProfessional Help to open the QuickTest Professional Help. Then select VBScript Reference -> VBScript -> User’s Guide --> Introduction to Regular Expressions.

Common regular expression characters:

Matching Zero or More Specific Characters (*)
Matching One or More Specific Characters ( + )
Matching Zero or One Specific Character ( ? )
Using the Backslash Character ( \ )
Matching Any Single Character ( . )
Matching Any Single Character in a List ( [xy] )
Matching Any Single Character Not in a List ( [^xy] )
Matching Any Single Character within a Range ( [x-y] )
Grouping Regular Expressions ( ( ) )
Matching One of Several Regular Expressions ( | )
Matching the Beginning of a Line ( ^ )
Matching the End of a Line ( $ )
Matching Any AlphaNumeric Character Including the Underscore ( \w )
Matching Any Non-AlphaNumeric Character ( \W )


Tags: QTP, QuickTest Professional, Testing, Automation, RE, HP, QA




Disclaimer:Pak/ed and the contributors are not responsible for any errors contained and are not liable for any damages resulting from the use of this material.  Disclaimer


Related

Home      Disclaimer      Advertise      Contact      Privacy Policy     

Copyright © 2004-16 Paked.com. All rights reserved.

Note: Site best viewed at 1024 x 768 or higher screen resolution