Related resources for Working with Strings
  • Work with Strings in PHP 5/19/2012 5:53:05 AM. PHP is a hypertext-preprocessor. In PHP, a string can be used directly in a function or it can be stored in a variable. With a string variable we can store and manipulate text.
  • Effective C#: Working with Strings1/3/2006 7:03:31 AM. Using string might degrade the performance of your application. This article explains about what precautions you should take when you are going to use strings in your application.