开发者

Is parse bugged?

开发者 https://www.devze.com 2023-01-08 02:18 出处:网络
x below is none instead of {\"abdfff} in this very basic parse rule: >> t: {aaa\"abdfff\"dddddddd}

x below is none instead of {"abdfff} in this very basic parse rule:

>> t: {aaa"abdfff"dddddddd}
== {aaa"abdf开发者_如何转开发ff"dddddddd}
>>
>> parse t [to {"} copy x to {"}]
== false
>> x
== none


I'm no expert on rebol, but shouldn't the first to be thru?

parse t [thru {"} copy x to {"}]

Does that help?

0

精彩评论

暂无评论...
验证码 换一张
取 消