python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Java String formatting for a REST API url
I am trying to format a URL in Java using String.format. The API takes the parameters of the following form:
datafeed?boundingBox=-2.73389%2C%2053.64577%2C%20-2.06653%2C%2053.93593
So, I am trying so...
Luca
Votes: 0
Answers: 2
Which are safe methods and practices for string formatting with user input in Python 3?
My Understanding
From various sources, I have come to the understanding that there are four main techniques of string formatting/interpolation in Python 3 (3.6+ for f-strings):
Formatting with %, whi...
Brian
Votes: 0
Answers: 1
String formatting not working when accessed through dictionary
I try to create a dictionary of string formatting lambda functions, but for some (to me) obscure reason, it's not working, and the incorrect value is retrieved from the dictionary; see the use of the ...

ElRudi
Votes: 0
Answers: 0
Scala String trick or method that inserts a new line or other character each time an "|" is placed
First of all I would like to apologise for how vague this question may seem, but at this point, I have not found any information on the matter.
Some time ago a colleague was talking to me about monoid...
Gabriel Santana Paredes
Votes: 0
Answers: 1