Jump to content

spud

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by spud

  1. How about typing like "match 13,99" and the workflow would then output a regex string which will match the input? Imo that would make the workflow amazing :)

     

    This should be more obvious, but that would be virtually impossible to do. If you said "match 13,99" what pattern exactly are you matching?

    • 5 characters of any sort?
    • 2 characters of any sort + any punctuation mark + 2 characters of any sort?
    • 2 numbers + comma + 2 numbers?
    • Any number of numbers + (period or comma or semicolon) + any number of characters?

    There are simply too many patterns that could match that output, and without human intervention, no software would know which one satisfies your needs. But it's a lovely idea.  ;)

×
×
  • Create New...