Filter
Exclude
Time range
-
Near
Java Trick Alert! Did you know you can use the 'String.format()' method to create formatted strings? Example: String name = "John"; System.out.println(String.format("Hello, %s!", name)); Cleaner code, less concatenation! #Java #CodingTips #StringFormatting
1
1
2
242
7. F-Strings: 📝🔤 Format strings using f-strings (formatted string literals). They allow expressions inside curly braces, making string formatting concise and readable. String manipulation, upgraded! 💬✨ #FStrings #StringFormatting
1
2
19
Python's F-strings are incredibly powerful. If you know how to use them well, you can write logging messages and display information in an understandable manner. To learn more, watch my latest video. #fstrings #pythonfstring #stringformatting #python youtu.be/Mfmr_Puhtew

2
5
36
#sessions #coding #codingpractices #nxtwave #ccbpian Learned the topics for #pythonprogramming #nestedlists (Accessing items Concatenating string) & #stringformatting (Numbering place holders, naming place holders...)#rahulattuluri sir #sashankgujjula
4
Why to use .format() method when you can actually use f-strings🧐 #stringformatting #Python
1
21 Jul 2021
Comprehensive Guide to @Java String Format in 2021 For @DZoneInc : @justinmalbano software engineer @CatalogicSW covers the basics of formatting strings in Java - it can seem overwhelming, but it's simpler than it looks! hubs.ly/H0SLkBf0 #javastring #stringformatting
2
6
Present a Decimal in the most readable format stackoverflow.com/questions/… #python #stringformatting #decimal
1
2
1
1
Do you do this -- ‘{0} - {1}’ -f $var1,$var2 — or this: “$var1 - $var2”. #PowerShell #StringFormatting
6
1
1