mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			408 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			408 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "name": "ascii",
 | 
						|
  "type": "function",
 | 
						|
  "groups": ["String"],
 | 
						|
  "description": "Returns the unicode code associated with the first character of a string.",
 | 
						|
  "arguments": [{
 | 
						|
    "arg": "string",
 | 
						|
    "description": "the string to convert to unicode code"
 | 
						|
  }],
 | 
						|
  "examples": [{
 | 
						|
    "expression": "ascii('Q')",
 | 
						|
    "returns": "81"
 | 
						|
  }],
 | 
						|
  "tags": ["code", "first", "associated", "character", "unicode"]
 | 
						|
}
 |