Login | Register 
Products Applications Downloads Features Wiki forum Store
 

FIXED: bug in help for strcasematch

Report bugs so we can squash them!

FIXED: bug in help for strcasematch

Postby rodberry » Sun Mar 25, 2012 2:15 am

inthe textport, type:

exhelp strcasematch

it returns the following:

float strcasematch (string pattern, string s)
Description:
Does pattern matching comparison for a string ignoring case
sensitivity. If the pattern matches the string, the return code
will be 1 otherwise, the return code will be 0. Multiple patterns
may be specified using a comma separated list.

Examples:
Will return 1:
strmatch("FOO*", "foobar")

Will return 0:
strmatch("?baR", "fred")

Will return 1:
strmatch("FoO*,bAr*, "bar")


See also: strcmp strcasecmp


the examples should be strcasematch, not strmatch

cheers,

rod.
User avatar
rodberry
 
Posts: 898
Joined: Wed Nov 14, 2007 1:51 pm
Location: Hobart, Tasmania, Australia

Re: bug in help for strcasematch

Postby malcolm » Thu Mar 29, 2012 3:54 pm

Fixed thanks.
User avatar
malcolm
Staff
 
Posts: 2183
Joined: Tue Nov 13, 2007 12:11 am


Return to Bugs

Who is online

Users browsing this forum: No registered users and 0 guests

cron