User Tools

Site Tools


en:countx

Countx (Function)

Format

Description

Return the count of the regular expression regex in the string haystack.

Example

print countx("Hello", "[hH]")
print countx("Buffalo buffalo buffalo.","[Bb]uffalo")

will display

1
3

Notes

By default the nature of regular expressions is “greedy”. This behaviour can be changed using the RegexMinimal statement.

See Also

History

0.9.6.56New to Version
en/countx.txt · Last modified: 2020/02/28 10:46 (external edit)