Finds the first occurrence of a substring in a string, from a specified start position.
Find(substring=[string], string=[string], start=[integer])
Argument | Type | Required | Description | Default |
---|---|---|---|---|
substring |
string |
true |
The string you are looking for. | |
string |
string |
true |
The string to search in. | |
start |
integer |
false |
The position from which to start searching in the string. Default is 1. | 1 |
- Ascii
- CamelCase
- Char
- CharsetDecode
- CharsetEncode
- Compare
- CompareNoCase
- FindNoCase
- FindOneOf
- Insert
- JSStringFormat
- KebabCase
- LCase
- Left
- ListReduce
- LJustify
- LTrim
- Mid
- ParagraphFormat
- PascalCase
- QueryStringToStruct
- ReEscape
- ReFind
- reFindNoCase
- ReMatch
- reMatchNoCase
- RemoveChars
- RepeatString
- Replace
- ReplaceList
- ReplaceListNoCase
- ReplaceNoCase
- ReReplace
- reReplaceNoCase
- Reverse
- Right
- RJustify
- RTrim
- Slugify
- SnakeCase
- SpanExcluding
- SpanIncluding
- SQLPrettify
- StringBind
- StringEach
- StringEvery
- StringFilter
- StringMap
- StringReduce
- StringReduceRight
- StringSome
- StringSort
- StripCR
- Trim
- TrueFalseFormat
- UCase
- UCFirst
- Val
- Wrap
- YesNoFormat