|
|
|
|||
|
|||
![]()
Hello,
i am searching for dates with regex in the output. The regex string is: regex[$string:date]: ([A-Z][a-z]+\s[0-9]+\s[0-9]+) My problem is that I only want to get the first match of the output and store this in the date variable (as string). Most of the time I get two or more matchs as output and for them I get date variables. How can I disable global flags for regex in netbrain? |