StringTools[HasVowel] - determine if a string contains any vowels
|
Calling Sequence
|
|
HasVowel(s)
|
|
Parameters
|
|
s
|
-
|
string; any Maple string
|
|
|
|
|
Description
|
|
•
|
The HasVowel(s) command tests whether any character in its argument s is an English language vowel.
|
|
The vowels are, by definition, the ten characters , , , , , , , , and . No other character is a vowel. In particular, the characters and are not considered to be vowels for this test.
|
•
|
If every character of the string s is a vowel character, then the value true is returned. Otherwise, the value false is returned.
|
|
|
Thread Safety
|
|
•
|
The StringTools[HasVowel] command is thread-safe as of Maple 15.
|
|
|
Download Help Document
Was this information helpful?