Element - øO
- Count Overlapping
Characters:
ø
,
O
Description
Count the number of overlapping occurances of b in a
Overloads
any-any
- Count the number of overlapping occurances of b in a
Examples
`ababa` `aba` øO
=
2
`bbba` `ba` øO
=
1
⟨1|2|2|1|2|1⟩ ⟨1|2⟩ øO
=
2
⟨3|`3`|3|`3`|3⟩ ⟨3|`3`|3⟩ øO
=
2