NCL 6.2.0, Bug in str_match_ind?

From: Robert Schuster <rxschuster_at_nyahnyahspammersnyahnyah>
Date: Mon Apr 07 2014 - 09:06:17 MDT

Dear NCL team,

str_match_ind seems to have lost it’s capability to match regular expressions. Try this example:

test = (/"wkWidth","mpCenterLatF“/)
print(str_match_ind(test,"^mp[a-zA-Z]*“))

in NCL version 6.1.2 the result was 1, in version 6.2.0 the result is a missing value (-2147483647).

Is there a maybe a new function which is able to match regular expressions?

Thanks in advance!
Robert
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Apr 07 09:06:31 2014

This archive was generated by hypermail 2.1.8 : Tue Apr 15 2014 - 10:45:19 MDT