What You Will Get Out of This Chapter
Some of the topics that we will discuss here were already taken care of in previous chapters, but here we will delve in much deeper and provide far more complicated examples. Primarily, the focus will be on unbounded strings. The reason is that unbounded strings are the only ones that you can manipulate as you would in other programming languages and it can be done easily; fixed strings can also be manipulated the same way, but some of those approaches can be counterintuitive. This is important because you will need to work with strings in a flexible ...