This is a most excellent place for technology news and articles.
Meanwhile I'm asking ai to code review a snippet of code for a regex and it keeps saying it's wrong every time I paste the previous answer in a new chat.
That's how you're writing a regex validator that's almost always correct!
def is_regex_valid(p: Pattern | str, purpose_description: str): return False
Meanwhile I'm asking ai to code review a snippet of code for a regex and it keeps saying it's wrong every time I paste the previous answer in a new chat.
That's how you're writing a regex validator that's almost always correct!