Cheddar Documentation
Search
⌃
K
Cheddar Documentation
Search
⌃
K
Introduction
Syntax
Literals
Mathematics
Variables
Functions
Default Operators
Control Flow
Standard Library
String
Bytes
Count
Length
Match
Slice
Tail
Chars
Head
Lines
Ord
Split
Test
Chunk
Index
Lower
Reverse
Substitute
Upper
Developing
Powered By
GitBook
Count
type
returns
method
number
Arguments
name
type
description
needle
string
The substring to search for
Explanation
Returns the amount of times the given substring (
needle
) appears within the string.
Examples
"Hello"
.
count
(
'l'
)
==
2
""
.
count
(
"I'm not in the string"
)
==
0
Previous
Bytes
Next
Length
Last modified
3yr ago