close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 17 years ago

Closed 17 years ago

#547 closed defect (fixed)

TextOccurrences does not find strings with size greater than 1 char

Reported by: César Pérez Álvarez Owned by: danirus
Priority: low Milestone:
Component: Math Version: 1.1.6
Severity: normal Keywords:
Cc:

Description

Real TextOccurrences("<slide title=", "<slide") = 0;
Real TextOccurrences("<slide title=", "<") = 1;

In description of function does not say anything about size in the searched string.

If the description is the same, we could upgrade this function with no limit in searched string size.

Change History (1)

comment:1 Changed 17 years ago by Liván Ramírez Dorta

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.