mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			326 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			326 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "name": "trim",
 | 
						|
  "type": "function",
 | 
						|
  "groups": ["String"],
 | 
						|
  "description": "Removes all leading and trailing whitespace (spaces, tabs, etc) from a string.",
 | 
						|
  "arguments": [ {"arg":"string","description":"string to trim"}],
 | 
						|
  "examples": [ { "expression":"trim('   hello world    ')", "returns":"'hello world'"}
 | 
						|
  ]
 | 
						|
}
 |