All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.sprintf-js.demo.angular.html Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version



    
    
    


    
{{ "%+010d"|sprintf:-123 }}
{{ "%+010d"|vsprintf:[-123] }}
{{ "%+010d"|fmt:-123 }}
{{ "%+010d"|vfmt:[-123] }}
{{ "I've got %2$d apples and %1$d oranges."|fmt:4:2 }}
{{ "I've got %(apples)d apples and %(oranges)d oranges."|fmt:{apples: 2, oranges: 4} }}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy