You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JLabelhighlightInstructions = newJLabel("<html><body style='width: 250px'><p>Highlight the text in the " +
238
238
"request you would like to replace with data from the response. In the response, highlight the text " +
239
-
"you would like to extract and have inserted into the request. This will set the necessary regex to " +
240
-
"be used for selecting text. This regex can be edited manually if necessary.</p></body></html>");
239
+
"you would like to extract and have inserted into the request. Extractor will " +
240
+
"define regex for you when you select text in the request and response editors. If you want to " +
241
+
"make customizations to those regex strings, you can! Just make sure that you escape characters that " +
242
+
"are have special regex meaning. That seems to be anything in this list, though there may be something missing: !$^&*()-+{[}]|\\:,.?</p></body></html>");
0 commit comments