You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// * example 1: aggregate_methods_by_regexp(b, 'A', /^meth/, false);
10
10
// * returns 1: undefined
11
11
12
-
varp='',i=0,test=false,record={},pos=-1;
12
+
varp='',test=false,record={},pos=-1;
13
13
14
14
if(typeofregexp==='string'){// If passing the regular expression as a string, note that this behavior may change in the future as we seek to implement PHP-style regexp (e.g., delimiteres and modifier flags within the string)
0 commit comments