- Make a bitset to store all lowercase letters and another for all uppercase letters.
- Use union to make a bitset storing all alphanumerical characters.
- Use union to make a bitset storing all characters used in hexadecimal numbers.
- Make a rules pattern integer to match with integer numbers, starting optionally with a + or - sign.
- Make a pattern that matches the following product codes: "#ABC-nnnn" or "#XYZ-nnnn", where nnnn is a four-digit pattern.
- Try for yourself to parse the data string to extract the exchange rate 0.81191502. (Hint: use some and the letter charset.)
- Starting with rate: "<title>1 USD = 0.81191502 EUR</title>", change both tags to <rate> tags, by using two rules.
- Use parse and the code within it to obtain the exchange rate info in this form: [ "EUR" 0.81191502 "GPB" 0.70675954 ......
United States
Great Britain
India
Germany
France
Canada
Russia
Spain
Brazil
Australia
Singapore
Hungary
Philippines
Mexico
Thailand
Ukraine
Luxembourg
Estonia
Lithuania
Norway
Chile
South Korea
Ecuador
Colombia
Taiwan
Switzerland
Indonesia
Cyprus
Denmark
Finland
Poland
Malta
Czechia
New Zealand
Austria
Turkey
Sweden
Italy
Egypt
Belgium
Portugal
Slovenia
Ireland
Romania
Greece
Argentina
Malaysia
South Africa
Netherlands
Bulgaria
Latvia
Japan
Slovakia