Ruby regular expression pattern for UTF8 characters with BOM

前端 未结 0 798
感情败类
感情败类 2021-02-14 15:49

Could you tell me the Ruby regular expression pattern that corresponds to the following Python one.

re.compile(b"\\x02\\xff\\xfe(.*?)\\x03\\xff\\xfe")
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题