how do i match the first string?
e.g.
txt: now>=2017-03-07-00&now<=2017-04-05-00
patterns ".*?now>=(.*)-00"
gives me: 2017-03-07-00&now<=2017-04-05
instead of: 2017-03-07
how do i match the first string?
e.g.
txt: now>=2017-03-07-00&now<=2017-04-05-00
patterns ".*?now>=(.*)-00"
gives me: 2017-03-07-00&now<=2017-04-05
instead of: 2017-03-07