RegEx Dictionary

Started by WillLem, Today at 12:35:52 AM

Previous topic - Next topic

IchoTolot and 1 Guest are viewing this topic.

WillLem

Here's a dictionary of RegEx commands / expressions which you might find useful if you do a lot of level editing using Notepad++ or similar.

1. Look for "maxReleaseRate = n" where "n" is anything other than 99
maxReleaseRate\s*=\s*(?!99\b)\d+

I'll add to this as necessary. If you wish to contribute anything, please do!