The .default dot does not match newlines. You can add a switch (?s)to the beginning of the regular expression to enable newline matching for the period:
(?s)<key>user</key><string>(.*?)</string>
, . , , . , , , \s \w . , , :
<key>user</key><string>([\w\W]*?)</string>
, , XML , , , "", ( ).
admin$#*
&% '";
_____?