Thread: [Solved] packagizer help
View Single Post
  #6  
Old 18.10.2021, 19:35
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,545
Default

You'll have to wait for the mods to respond. Only they can view attachments.

The file name from your link does not match the example you provided in previous posts. It contains 'dot' characters. You have to adjust the regex accordingly by using "\." to match them.
Code:
.*(string\.one|string\.two|string\.three).*
Reply With Quote