axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [#97 match not working] Fix


From: kratt6
Subject: [Axiom-developer] [#97 match not working] Fix
Date: Fri, 17 Jun 2005 07:25:36 -0500

Changes http://page.axiom-developer.org/zope/mathaction/97MatchNotWorking/diff
--
I think that this could easily be fixed, since

\begin{axiom}
stringMatch("*to*","yorktown",CHARACTER("*")$Lisp)$Lisp
\end{axiom}

works.

So we need to say::

   match(pattern,target,wildcard) == 
stringMatch(pattern,target,CHARACTER(wildcard)$Lisp)$Lisp

instead of::

  match(pattern,target,wildcard) == stringMatch(pattern,target,wildcard)$Lisp

in 'ISTRING'.
--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]