ibm-granite-community / pm

Granite Community Project Management
0 stars 0 forks source link

[4.1.1:5a] Text to search-and-replace regular expressions #45

Open fayvor opened 3 months ago

fayvor commented 3 months ago
  1. User: Inputs which regular expression dialect (Perl, sed, etc.) to use and the text describing the string pattern to match on and what to substitute for all occurrences.
  2. System: Returns two regular expressions, one for the search and one for the replacement, and a script using the specified tool to perform the search and replace.
  3. User: Performs the search and replace using the script (after appropriate editing) or uses the regular expressions in the editor or IDE.