Get startedGet started for free

Indexing strings

To process strings, you need to know how string indexes work and which index corresponds to which position in the string.

In this exercise, you are working with the string variable:

my_string = "array"

This exercise is part of the course

Introduction to Julia

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise