有什么方法可以使用 python 在 YAML 中存储和读取这个正则表达式:
regular: /<title [^>]*lang=("|')wo("|')>/
有人对此有任何想法或解决方案吗?
我有以下错误:
% ch.encode('utf-8'), self.get_mark())
yaml.scanner.ScannerError: while scanning for the next token
found character '|' that cannot start any token
in "test.yaml", line 10, column 49
我的代码:
def test2():
clueAppconf = open('test.yaml')
clueContext = yaml.load(clueAppconf)
print clueContext['webApp']