Description Usage Arguments Value Examples
Given a pattern will count how many times the pattern occurs in a line of text.
1 | patternCount(patt, txt)
|
patt |
A character string |
txt |
A character string |
The number of times patt
occurs in txt
1 | patternCount("AGC","GTGCAGCTAGC")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.