Algorithm for finding strings that a specific Regex will match

后端 未结 2 1237
慢半拍i
慢半拍i 2021-02-15 23:59

Given a regex pattern, I\'m trying to find a string that matches it. Similar to how Django reverses them, but in C#. Are there any pre-made C# libraries that do this?


2条回答
  •  有刺的猬
    2021-02-16 00:33

    "Are there any pre-made C# libraries that do this?"

    NO

    (I expect this will be accepted as the answer momentarily)

提交回复
热议问题