Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| functions:mathematics_functions [2019/12/27 21:41] – [Functions] benjamin | functions:mathematics_functions [2022/02/20 21:18] (current) – benjamin |
|---|
| -[[functions:character_string_functions|Character String Functions]] | -[[functions:character_string_functions|Character String Functions]] |
| -**Mathematics functions** | -**Mathematics functions** |
| -[[functions:other_functions|Others functions]] | -[[functions:other_functions|Other functions]] |
| |
| ------ | ------ |
| |
| {{:functions:abs-log-random.jpg?nolink&600|}} | {{:functions:abs-log-random.jpg?nolink&600|}} |
| | |
| | ----------------------------- |
| | |
| | ===== $count ===== |
| | |
| | * Counts the occurrences of any string in a string. |
| | |
| | |
| | Usage : \\ |
| | $count(input string ="string/%variable%", input string ="SEARCH/%variable%") |
| | |
| | |
| | $count('jack, joe, jill, jane, james, jules', 'ja') {{:functions:fleche_math.png?nolink&50|}} |
| | 3 |
| | |
| ------ | ------ |
| | |
| | <html> </html>[[functions:mathematics_functions|Back to top]] |