Function IniLikeFile.unescapedValue

Shortcut to IniLikeGroup.unescapedValue of given group. Returns null if the group does not exist.

final string unescapedValue (
  string groupName,
  string key,
  string locale = null,
  std.typecons.Flag!("nonLocaleFallback") nonLocaleFallback = cast(Flag)true
) @safe;