mirror of
				https://github.com/gohugoio/hugoDocs.git
				synced 2025-10-30 22:20:10 -04:00 
			
		
		
		
	
		
			
				
	
	
	
		
			432 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			432 B
		
	
	
	
	
	
	
	
| title | description | godocref | date | publishdate | lastmod | categories | menu | signature | workson | hugoversion | relatedfuncs | deprecated | aliases | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| split | splits a string into substrings separated by a delimiter | 2017-02-01 | 2017-02-01 | 2017-02-01 | 
 | 
 | 
 | false | 
- {{split "tag1,tag2,tag3" "," }}→ ["tag1" "tag2" "tag3"]
