码迷,mamicode.com
首页 > 其他好文 > 详细

grep 正则问题 this version of PCRE is compiled without UTF support

时间:2018-04-06 12:37:10      阅读:844      评论:0      收藏:0      [点我收藏+]

标签:mpi   bre   报错   grep -E   post   ssi   系统   分类   www   

问题

在使用grep -P,出现如下报错:

grep: this version of PCRE is compiled without UTF support

原因

有些系统支持的正则规范不同。

解决办法

使用egrep或grep –E 代替。

正则表达式分类

  • 基本正则表达式:BRE

    grep ,egrep –G

  • 扩展正则表达式:ERE

    grep -E, egrep

扩展正则表达式extended regular expression比基本正则表达式basic regular expression的表达更规范。

参考

https://www.cnblogs.com/python-gm/p/6940756.html

grep 正则问题 this version of PCRE is compiled without UTF support

标签:mpi   bre   报错   grep -E   post   ssi   系统   分类   www   

原文地址:https://www.cnblogs.com/lanyangsh/p/8727147.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!