Matching Text in C++

Опубликовано: 14 Январь 2021
на канале: Utah Cpp Programmers
1,183
18

Many times in our code we need to validate a given piece of text against some pattern. We may only interested in validating that the text matches or we may be interested in extracting matched substrings from the whole string. We can write code from scratch to perform this matching or we can use libraries to tackle the problem. What library options are available to us in C++?

This month, Richard Thomson will give us a sampling of different methods we can use to attack the problem.

Meetup: https://meetup.com/utah-cpp-programmers
Blog: https://utahcpp.wordpress.com/