We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
string-count return the number of occurrences of pattern in str
Example 1: As used in csv module - check if the number of " are balanced.
(oddq (odd? (string-count current "\"")))