View Single Post
Old 1st August 2019, 09:05   #14  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Quote:
Originally Posted by StvG View Post
In case you have more than one space before "function" or for above case:
Code:
^(?!#)(.+|)function\s+\w+
Totally missed that

But now it has some miss detections like

Code:
 (space) # script function from Didée, at the VERY GRAINY thread
But it doesn't matter since I check for 2 words anyway. Thx.
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote