TestIterableStringExtension extension

on

Methods

simplify({bool trim = true, bool collapseSapces = true, bool lowerCase = true, String nullValue = ''}) List<String>
simplifyAll({bool trim = true, bool collapseSapces = true, bool lowerCase = true, String nullValue = '', String separator = ' , '}) String
simplifyAt(int index, {bool trim = true, bool collapseSapces = true, bool lowerCase = true, String nullValue = ''}) String
simplifyFirst({bool trim = true, bool collapseSapces = true, bool lowerCase = true, String nullValue = ''}) String
simplifyLast({bool trim = true, bool collapseSapces = true, bool lowerCase = true, String nullValue = ''}) String