Top "Text" questions

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

Best way to convert text files between character sets?

What is the fastest, easiest tool or method to convert text files between character sets? Specifically, I need to convert …

text unicode utf-8 character-set
HTML: Changing colors of specific words in a string of text

I have the below message (slightly changed): "Enter the competition by January 30, 2011 and you could win up to $$$$ — including amazing …

html css text colors inline
Android TextView Justify Text

How do you get the text of a TextView to be Justified (with text flush on the left- and right- …

android text format textview justify
Setting a max character length in CSS

I am making responsive website for school and my question is: How do I set a max character length of …

html css text
MySQL: Large VARCHAR vs. TEXT?

I've got a messages table in MySQL which records messages between users. Apart from the typical ids and message types (…

mysql text messages varchar
How do you change text to bold in Android?

How do you change text/font settings in an Android TextView? For example, how do you make the text bold?

android text textview
How to replace multiple substrings of a string?

I would like to use the .replace function to replace multiple strings. I currently have string.replace("condition1", "") but would …

python text replace
SQL Server Text type vs. varchar data type

I have variable length character data and want to store in SQL Server (2005) database. I want to learn some best …

sql-server text varchar sqldatatypes
How to modify a text file?

I'm using Python, and would like to insert a string into a text file without deleting or copying the file. …

python file text
How can I insert a line break into a <Text> component in React Native?

I want to insert a new line (like \r\n, <br />) in a Text component in React Native. …

javascript text react-native newline