Regular Expression on Reqtify
Test59
-
eric Larronde -
eric Larronde -
Hello,
I am trying to use the Reqtify software. The goal is for the software to identify the business rules in the file I provide for analysis.
I am having trouble creating a regular expression. Is it possible to ask it to identify an expression with a specific style? For example, I create a Word style: RGE (for my business rules), a style that I apply to all my business rules. If so, what is the syntax to use?
Thank you for your help
I am trying to use the Reqtify software. The goal is for the software to identify the business rules in the file I provide for analysis.
I am having trouble creating a regular expression. Is it possible to ask it to identify an expression with a specific style? For example, I create a Word style: RGE (for my business rules), a style that I apply to all my business rules. If so, what is the syntax to use?
Thank you for your help
Configuration: Windows 2000 Internet Explorer 6.0
1 réponse
Hello,
It is indeed possible to create regular expressions to capture "Word-styled" text in your case RGE.
For example, try: ^RGE\s+(.*)$ this expression will capture all characters until the end of your styled line. You can certainly refine it further based on the capture you want to achieve.
I invite you to get in touch with support@geensys.com for direct assistance.
Best regards,
Eric Larronde
It is indeed possible to create regular expressions to capture "Word-styled" text in your case RGE.
For example, try: ^RGE\s+(.*)$ this expression will capture all characters until the end of your styled line. You can certainly refine it further based on the capture you want to achieve.
I invite you to get in touch with support@geensys.com for direct assistance.
Best regards,
Eric Larronde