使用Standard .Net库进行特定的Html标签验证

时间:2018-04-16 19:49:34

标签: c# regex

我编写了一个简单的函数来验证用户输入。如果输入仅包含(script或iframe)html标记,则验证规则是验证失败,否则它应该成功。功能正常。 我们在.Net(Nuget包或其他)中的任何库可以提供相同的功能,因此我不需要编写正则表达式来检查特定的html标签吗? 我使用正则表达式实现:

    # A period can only be used once
    for period in periods:
        sked_model += sum([x[slot] for slot in slots if period == slot[0:2]]) <= 1, "Period_used_no_more_than_once" 

    # The problem is solved using PuLP’s choice of Solver
    sked_model.solve()

0 个答案:

没有答案