Count
<evalcmd> Count && int && Number of path components. && path && path && Any path. </evalcmd>
Returns the number of components in the path.
<evalcmd> Count && int && Number of substring matches. && string && str && String to search. && substring && str && Sub-string to search for. && [flags] && str && Flags. </evalcmd>
Returns the number of times substring is found in string.
The optional flag c makes the search case-sensitive.
See also: instr
最后更新于