Name

adams.flow.transformer.StringIndexOf


Synopsis

Determines the position of a substring in the string passing through.
The generated index is 1-based, with 0 indicating that the substring could not be located.


Additional information

Flow input/output:
- input: java.lang.String
- output: java.lang.Integer


Options