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 " +
240
+
JLabelhighlightInstructions = newJLabel("<html><body style='width: 475px'><p>Highlight the text in the " +
241
241
"request you would like to replace with data from the response. In the response, highlight the text " +
242
242
"you would like to extract and have inserted into the request. Extractor will " +
243
-
"define regex for you when you select text in the request and response editors.If you want to " +
243
+
"define regex for you when you select text in the request and response editors.</p><p>If you want to " +
244
244
"make customizations to those regex strings, you can! Just make sure that you escape characters that " +
245
-
"are have special regex meaning. That seems to be anything in this list, though there may be something missing: !$^&*()-+{[}]|\\:,.?</p></body></html>");
245
+
"are have special regex meaning. That seems to be anything in this list, though there may be " +
0 commit comments