...
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 | ||
---|---|---|
| ||
return description.contains(summary); |
...
...
More useful date routines can be found in the Date Routines section.
A SIL condition which checks if description contains summary:
Code Block | ||
---|---|---|
| ||
return description.contains(summary); |
...