www.gusucode.com > datastoreio工具箱 matlab源码程序 > datastoreio/+matlab/+io/+datastore/+internal/isIRI.m

    %ISIRI   Returns true if the strings passed in are IRIs.
%   tf = isIRI(STR) returns true if the string STR is an IRI.
%   tf = isIRI(CELLSTRVEC) returns a logical array of the same shape as the
%   as the cell vector of strings CELLSTRVEC. 
%
%   See also matlab.io.datastore.internal.pathLookupIRI

%   Copyright 2014 The MathWorks, Inc.