That's probably a bad usecase for it though.
Regex can be subtly broken and ML can give subtly broken results.
Fun fact, the example regex from screenshot is wrong.
💯 2
e
eager-plastic-76453
07/10/2022, 5:50 AM
Pretty impressive.
c
chilly-rocket-77832
07/10/2022, 6:29 AM
Writing a regex isn't the challenge. 🤷🏼
Debugging why it isn't working as expected, is. 👌
➕ 7
t
thankful-solstice-95381
07/11/2022, 6:46 AM
Nice, now you have two problems.
➕ 1
b
billions-pizza-49429
07/12/2022, 6:29 PM
Regex is a more difficult problem for ML. It works good for a use case like converting English to SQL.
I recently built something.