7 May
2023
7 May
'23
11:29 a.m.
On May 7, 2023, at 4:00 PM, rany <rany2@riseup.net> wrote:
I'm sorry for the incorrect wording of my question.
I meant to ask about what escaping rules a double quoted string in radclient follows.
The strings which radclient reads are single-quoted strings: 'foo', or double-quoted strings: "foo" The normal string quoting rules apply for each type of string. Alan DeKok.