Closed nbelakovski closed 4 months ago
From the existing docs it's not clear what the difference is between PatternMatching and RegexMatching. Hopefully this makes it clearer.
Also made a note that RegexMatching uses the re module, since there are various flavors of regex syntax and it's important to know which one is used.
Thank you @nbelakovski :clinking_glasses:
From the existing docs it's not clear what the difference is between PatternMatching and RegexMatching. Hopefully this makes it clearer.
Also made a note that RegexMatching uses the re module, since there are various flavors of regex syntax and it's important to know which one is used.