Reply to thread

I'm currently implementing the classes for saving regex patterns in settings.


Do we need to define "rules" in such a way:

  1. Replace string A by string B
  2. (optionally more replaces)
  3. Match series by RegEx

?


Or is a single list of replaces and the a list of matches enough?


[USER=68833]@ajs[/USER] would be good if you find a few minutes for examples! :)


Top Bottom