User Tools

Site Tools


el:countx

Countx

Format

countx ( haystack , regex )

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

New to Version

0.9.6.56

el/countx.txt · Last modified: 2020/02/28 10:46 (external edit)