# QStringArray

| Prop Name | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| delimiter | <p>Predefined Delimiters:  comma, dot, hash, hyphen</p><p><strong><code>delimiter.dot</code></strong></p><p><strong><code>delimiter.hash</code></strong></p><p>Custom Delimiter: must be defined in square brackets. Some examples:</p><p><strong><code>delimiter.\[and]</code></strong><code> word and is delimiter</code></p><p><strong><code>delimiter.\[break by]</code></strong><code> word break by is delimiter</code></p><p><strong><code>delimiter.\[']</code></strong><code> character single quote is delimiter</code></p> |

**Methods**

void addItem(String strValue)

String removeAt(int index)

boolean remove(String strValue)

String getItemAt(int index)

QStringArray getItems(String matchDataName,String prefix)

boolean contains(String strValue)

boolean containsWithStr(String contstr)

boolean endWithStr(String contstr)

boolean startsWith(String prefix)

boolean isSorted(String orderBy)

Integer getSize()

boolean isEmpty()

String toJson()

String toJson(Object keyName)

String\[] toStringArray()

String toString()

boolean doAssert(TFStepContext tfStepContext,String fieldName,QStringArray targetList)
