Range of characters
Character literals like ?a
can be used to create a range of the ASCII integers of these characters. This example could represent a range from a to z.
97..122 = ?a..?z
Character literals like ?a
can be used to create a range of the ASCII integers of these characters. This example could represent a range from a to z.
97..122 = ?a..?z