| Title | Counting the Occurrences of One String in Another (Case 2). |
| Catalog Type | SLCItem |
| Persistent ID | https://acos.cs.vt.edu/html/acos-pcex/acos-pcex-examples/py_str_count_llm__677c883a4ef8609babb304d1?index=1 |
| Platform Name | PCEX |
| Features | — |
| Description | Construct a program that has a function that receives a string and returns the number of times that the string "hi?t" appears anywhere in the given string where '?' could be any letter. For example, "hint" and "hilt" would count as a match.\nAll string comparisons should be case-insensitive. |
| Keywords | — |
| Author | Mohammad Hassany |
| Institution | University of Pittsburgh |
| Iframe URL | https://acos.cs.vt.edu/html/acos-pcex/acos-pcex-examples/py_str_count_llm__677c883a4ef8609babb304d1?index=1 |
| Protocol | SPLICE |
| Protocol URL | |
| License | MIT |
| Programming Language | PYTHON |
| Natural Language | en |