View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Strings

From LQWiki

Jump to: navigation, search

Strings are variables that contain typically text in them.

Strings are used in programming, and in the console very often.

Example: "Hello world", "Foo bar", "LQ, "1inux ru135", " 555-5555". Above, the values in between quotes are Strings.

PATH is a variable that contains a String.


Personal tools