美文网首页
【Python】Regular expression

【Python】Regular expression

作者: 盐果儿 | 来源:发表于2022-05-31 22:57 被阅读0次

    Definition:

    Regular Expression(RE) in a programming language is a special text string used for a search pattern. It extremely useful for extracting information from text.

    Applied instance:

    数据验证:查看字符串内是否出现电话号码模式或信用卡号码模式。

    Language:

    python, java, C#

    Reference:

    https://www.runoob.com/regexp/regexp-tutorial.html

    相关文章

      网友评论

          本文标题:【Python】Regular expression

          本文链接:https://www.haomeiwen.com/subject/btetmrtx.html