© Andrew T. Shvets 2020
A. T. ShvetsBeginning Ada Programminghttps://doi.org/10.1007/978-1-4842-5428-8_9

9. String Operations

Andrew T. Shvets1 
(1)
Providence, RI, USA
 

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 ...

Get Beginning Ada Programming: From Novice to Professional now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.