Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
regex
Discussion List
-
How should regex suppresion be used?
The C/C++Test Parasoft tool gives various ways of suppressing alerts. One of them is to define a regex pattern, which is matched on every analyzed code line. Unfortunately I have trouble using this functionality. I want to supress alerts produced by some macro: define FOO syslog ... I included following lines in my…
-
Using regular expressions in jython methods
I would like to use python/jython regular expressions in a method. However, when I try to import re I get an errror ImportError: no module named re Here's a toy example: [CODE] import re def parseXMLElement(input): pre = re.search("<*?>", input) print pre Am I mistaken about the module to import? All the online examples of…
Popular Tags
- SOAtest 454
- legacy 440
- Virtualize 204
- C/C++test 179
- scripting 106
- .parasoft 82
- unit testing 64
- Parasoft Virtualize 61
- Announcement 61
- static analysis 58
- jtest 57
- dotTEST 48
- assertions 47
- C++ test 43
- API Testing 39
- cli 38
- automation 37
- data source 37
- xpath 34
- reporting 33
- java 33
- SOAtest Virtualize 32
- LoadTest 32
- ctp 30
- JSON 29