Search found 1 match

by predat
February 10th, 2017, 9:44 am
Forum: Scripts Discussion
Topic: RegExp bug ?
Replies: 1
Views: 6573

RegExp bug ?

Hello,   it's drive me crazy... I'm have test this sample code with node.js, in a developper console (firefox), in ExtenSript Toolkit and in AfterEffects:   var reg = new RegExp("^(?!.*auto-save).*aep$"); var string1 = "Comp.aep" var string2 = "Comp auto-save.aep" alert...