mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			440 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			440 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "name": "right",
 | 
						|
  "type": "function",
 | 
						|
  "groups": ["String"],
 | 
						|
  "description": "Returns a substring that contains the <i>n</i> rightmost characters of the string.",
 | 
						|
  "arguments": [ {"arg":"string","description":"a string"},
 | 
						|
                 {"arg":"length","description":"integer. The number of characters from the right of the string to return."}],
 | 
						|
  "examples": [ { "expression":"right('Hello World',5)", "returns":"'World'"}
 | 
						|
  ]
 | 
						|
}
 |