ListTools class
String manipulation tools.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
countStrInList(
List< String> _l, String _s) → int - Return >0 if String is in the List.
-
findAllStringsInList(
String sF, List< String> _l) → String - Find All Strings s1 that are in List l. TODO Usage: findAllStringsInList(String sF, List
-
findStrInStr(
dynamic findS, dynamic origS) → String - Finds String in another String.
-
flowC(
String msg, bool p) → void - Pasting flowC method and flowS function from dawo. Calling print/print-to-buffer function from base_lib. Getting local variables; Actor and Buffer right. Changing to use local -
-
fs(
String _s, String caller, List< String> _wordList) → String - Not used. Find String
-
handleCommand(
) → void - Reserving this word here.
-
linePrintList(
List< String> _l, String lName, int _w) → void - Printing list in many, _w, rows. With line-feed after 2 rows.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
StrInList(
List< String> _l, String _s) → List<String> - Return List of items, where #String exist. Orig. from dawo-tools.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited