Re: OK what does ` mean - seriously seems to be not documented.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Derek,

Well say you have a string like:

.."crlf" = `\r\n`.. 
- this is a very contrived example but ..

The idea is you would read in lines like this and using value() or a user-defined function put them into key-value pairs.

In this particular case you should end up with a key which refers to the regex \r\n.

It would be nice to also be able to refer to the binary value \r\n but the \r is stripped.

It would be a major inconvenience to have to parse the string to get this functionality.

It seems perfectly reasonable that someone (given the functionality of value() may want to be able to read in multi-line strings and raw byte-strings.

Of course it is a slippery slope.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu