Skip to content
  • Rob Swindell's avatar
    Performance enhancement for system.findstr() · 99346600
    Rob Swindell authored
    The first argument can now optionally be an array of strings (e.g. as read from File.readAll()), so that multiple searches of the same file (e.g. twitlist.cfg, while importing messages) does not require multiple *reads* of the same file.
    99346600