Top "Text" questions

Text is a sequence of characters that is most often used to represent a cohesive piece of information.

How do I find all files containing specific text on Linux?

I'm trying to find a way to scan my entire Linux system for all files containing a specific string of …

linux text grep directory find
Print string to text file

I'm using Python to open a text document: text_file = open("Output.txt", "w") text_file.write("Purchase Amount: " 'TotalAmount') …

python string text file-io
How to read a text file into a list or an array with Python

I am trying to read the lines of a text file into a list or array in python. I just …

python arrays list text
How can I replace text with CSS?

How can I replace text with CSS using a method like this: .pvw-title img[src*="IKON.img"] { visibility:hidden; } Instead …

css text replace
How to remove spaces from a string using JavaScript?

How to remove spaces in a string? For instance: Input: '/var/www/site/Brand new document.docx' Output: '/…

javascript text
Limit text length to n lines using CSS

Is it possible to limit a text length to "n" lines using CSS (or cut it when overflows vertically). text-overflow: …

css text overflow ellipsis
How can I use a batch file to write to a text file?

I need to make a script that can write one line of text to a text file in the same …

file batch-file text
How to wrap text in LaTeX tables?

I am creating a report in LaTeX which involves a few tables. I'm stuck on that as my cell data …

text latex word-wrap
Android: combining text & image on a Button or ImageButton

I'm trying to have an image (as the background) on a button and add dynamically, depending on what's happening during …

android image text button
How to get an input text value in JavaScript

How go get an input text value in JavaScript? <script language="javascript" type="text/javascript"> lol = document.getElementById(…

javascript text input get