Kosorukov Anatolii

Registered user since Thu 19 Aug 2021

Name:Kosorukov Anatolii
Bio:

Plan of my talk

  1. What does the Regex do?

  2. Undocumented options of re module.

  3. Solutions to implement Regex.

  4. Results.

The use of Regular Expressions is justified when you need to parse some text (find something in it), replace one text with another, or break it into parts. To solve this, the Erlang programmer has an assistant in the form of the functionality of the re module.

Country:Russia
Research interests:Web development, Erlang, Regular Expressions

Contributions