-
Notifications
You must be signed in to change notification settings - Fork 110
string
Rodrigo E. Principe edited this page Nov 7, 2018
·
3 revisions
Format a string using curly brackets.
var string = ee.String('Hello {name}')
var formatted = tools.string.format(string, {name: 'Rodrigo'})
print('Formatted string', formatted)
// prints 'Hello Rodrigo'
https://code.earthengine.google.com/f827a5c9d39252fb8895bef5eede52c1
- @author: Rodrigo E. Principe
- email: fitoprincipe82 at gmail
- Licence: MIT