- aa2String
string aa2String(STRINGAA atts, string sep)
Undocumented in source. Be warned that the author may not have intended to support it.
- addKeyPrefix
StringAA addKeyPrefix(StringAA entries, string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
- endsNotWith
StringAA endsNotWith(StringAA entries, string postfix)
Undocumented in source. Be warned that the author may not have intended to support it.
- endsWith
StringAA endsWith(StringAA entries, string postfix)
Undocumented in source. Be warned that the author may not have intended to support it.
- getValue
string getValue(STRINGAA keyValues, string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectKeys
StringAA selectKeys(StringAA entries, string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectNotKeys
StringAA selectNotKeys(StringAA entries, string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectStartsWith
StringAA selectStartsWith(StringAA entries, string prefix)
Selects only entries, where key starts with prefix. Creates a new StringAA
- selectValues
StringAA selectValues(StringAA entries, string[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectsStartsNotWith
StringAA selectsStartsNotWith(StringAA entries, string prefix)
Opposite of selectStartsWith: Selects only entries, where key starts not with prefix. Creates a new StringAA
- toString
string toString(string[string] aa)
Undocumented in source. Be warned that the author may not have intended to support it.