Sub Globals
 
Dim Buffer As String
 
End Sub
 
...
 
Buffer = "sOme StRING"
 
Query = Buffer.ToLowerCase
		
		
	 
 
Oh, wow! I appreciate your response, which is just what I was looking for, but it gives me some very bad/surprising news -- a search using either this forum's or the Wiki's search boxes only returns hits for complete word matches.
 
For example, if you search in either place for 
lowercase, it will not list hits for 
ToLowerCase as a similar search would in most places, including the B4A IDE.
 
This makes it much harder to locate information in either the forums or the Wiki, as my failure to find 
ToLowerCase shows.