Search code examples
What's the difference between the `%q` and the `%#q` string formatters?...


goprintfstring-formatting

Read More
Plural String Formatting...


pythonstringcustomizationstring-formatting

Read More
Python print out float or integer...


pythoncoding-stylestring-formattingif-statement

Read More
Sorting data between 2 lists into a new list, and formatting a list of strings using the data saved ...


pythonsortingnested-loopsstring-formattingnested-lists

Read More
String Format an integer to look like a social security number...


javastring-formatting

Read More
What does "%1$#" mean when used in String.format (Java)?...


javastringformatstring-formatting

Read More
Is there a way to make a forloop identify it's about to end?...


pythonfor-loopiterationnewlinestring-formatting

Read More
Why does a formatted string with no keys return itself?...


rubystring-formatting

Read More
WPF text StringFormat as DynamicResource...


wpfstring-formattingdynamicresource

Read More
String format empty string caused extra space in print...


pythonstring-formatting

Read More
String.format() takes an array as a single argument...


javastringstring-formatting

Read More
Have Python output .csv with space-padded, fixed width, but comma-separated columns?...


pythoncsvstring-formattingfixed-width

Read More
Rounding decimals in nested data structures in Python...


pythonprintingstring-formattingrounding

Read More
How do I remove excessive spaces between characters in java String...


javastringstring-formatting

Read More
How do I extract numbers from a comma-separated sequence using a regex?...


javascriptregexstring-formattingnumber-formatting

Read More
str.format() raises KeyError...


pythonsyntaxstring-formattingdelimitermissing-data

Read More
how do I map/assign a list of format strings to a list of values when printing?...


pythonstring-formatting

Read More
String Format Integer With Commas, No Decimal Places and Nothing for 0 Values...


wpfvisual-studiodata-bindingstring-formatting

Read More
How to count specific words in each row of a column python pandas...


pythonregexstringpandasstring-formatting

Read More
Floating Point fixed length Number formatting c#...


c#string-formattingformat-specifiers

Read More
Use different values of expandtabs() in the same string - Python...


pythonstringstring-formattingtabexpansion

Read More
How to format an int as an uppercase hex string with 0x prefix?...


pythonhexstring-formatting

Read More
PHPExcel can't show currency symbol...


phpphpexcelstring-formatting

Read More
Pandas magic with ugly CSV format...


pythonpandascsvstring-formatting

Read More
I want to use string formatting to limit decimals and right align numbers. But I don't know how...


c#stringstring-formattingstring-interpolation

Read More
C#, I want to use a variable to sort characters using string interpolation...


c#string-formatting

Read More
Auto serial number and text in Google Sheets: "Number - Text" by dragging...


if-statementgoogle-sheetsconcatenationstring-formattingtextjoin

Read More
How to run a command with %?...


pythonstring-formatting

Read More
Why are double curly braces used instead of backslash in python f-strings?...


pythonstring-formattingpython-internals

Read More
Why isn't it possible to use backslashes inside the braces of f-strings? How can I work around t...


pythonpython-3.xstring-formattingbackslashf-string

Read More
BackNext