# Function rowFind()

>**rowFind**(table, colName, value, findFirst = true)
- Find a string in a specific column

- See [Functions](../functions.md)

## Parameters

| Parameter |Type |Default |Description |
|  ---- | ---- | ---- | ---- |
**table** |object | |Table object |
**colName** |string | |Column name |
**value** |string | |value to search for |
**findFirst** |bool |true |if true, return the first positive |
