A string is a sequence of zero or more characters. It is commonly used to represent text or a sequence of bytes. Use this tag along with the appropriate programming language being used.

learn more… | top users | synonyms

0
votes
1answer
257 views

FINDSTR to search string in files in a specified set of extensions

I want to search for a string in files which end with .asp, .config, and .txt. In other words I want to query asp, web.config, or text files for that particular string. I found that the /G switch ...
-1
votes
1answer
445 views

paste multiple lines string to CMD or Bash variables

I want to copy multiple lines (splitted by Enter key) from, for example, notepad and then paste it into new variable in CMD or Bash console and after that do some operations on it. Although it's ...
0
votes
0answers
71 views

how to make '' AND “” syntax highlight strings for python in notepad++?

Currently I have only "doubleQuotes" highlighted but the 'single ones' stay normal. Can someone confirm? Or have a solution how to fix that? In the stylers.xml there is WordsStyle named STRING which ...