Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

More useful date routines can be found in the Date Routines section.

Compare two parsed texts

A SIL condition which checks if description contains summary:

 

Code Block
titleSIL Code
return description.contains(summary);

...