Symbol
		
		
			Meaning
		
		
			Examples
		
		*
		Matches zero or more character
		
			ยอ* matches ยอ, ยอด and ยอบ. 
 *ยอ* matches all the above
			plus ขี้ยอก and คะเยอ.
		
		?
		Matches exactly one character
		ก?น matches ก้น, กาน and กูน
		+
		Matches one or more characters
		ก+น matches all the above plus กงวาน, กบเต้น and กระจาน.
			That is, words beginning with ก and ending with น, but not including
			กน
		c
		Matches zero or more consonants
		cก matches all words containing only consonants ending in ก
		C
		Matches one or more consonants
		C matches all words containing only consonants.
		v
		Matches zero or more vowels
		vก* matches all words where the first consonant is ก, even
			if there is a leading vowel.
		V
		Matches one or more vowels
		Vก* matches all words beginning with a vowel and having ก
			as the first consonant.
		h
		Matches zero or more ห. Useful for ignoring leading hor hip
		hมา* matches มาลา and หมาง
		i
		Ignore all tone marks
		ตางi matches ตาง and ต่าง
		I
		Ignore all tone marks plus other above marks.
		ก*I matches ก็, ก่ง and กง