Top "Line" questions

The shortest distance between two points.

Java Replace Line In Text File

How do I replace a line of text found within a text file? I have a string such as: Do …

java replace line jcheckbox
Line Break in XML?

I'm a beginner in web development, and I'm trying to insert line breaks in my XML file. This is what …

html xml parsing line break
How to do multiple line editing?

I want to edit multiple lines in eclipse, but I can't find any short cut or Plugin. In Geany I …

eclipse line
Search and get a line in Python

Is there a way to search, from a string, a line containing another string and retrieve the entire line? For …

python string search line
Making PHP var_dump() values display one line per value

When I echo var_dump($_variable), I get one long, wrapping line with all varable's and values like ["kt_login_…

php line var-dump
How do I compute the intersection point of two lines?

I have two lines that intersect at a point. I know the endpoints of the two lines. How do I …

python geometry line intersect
Line Break in XML formatting?

when editing a String in XML I need to add line breaks. And I wanted to ask what is the …

xml android line break
Get each line from textarea

<textarea> put returns between paragraphs for linebreak add 2 spaces at end indent code by 4 spaces quote by placing &…

php parsing textarea line
Remove lines that contain certain string

I'm trying to read a text from a text file, read lines, delete lines that contain specific string (in this …

python line
HTML5 canvas ctx.fillText won't do line breaks?

I can't seem to be able to add text to a canvas if the text includes "\n". I mean, the …

javascript html canvas line break