FLOIP / flow-spec

7 stars 6 forks source link

Expression Proposal: `Contains` - Checks the existence of value in a String #71

Open lakhbawa opened 1 year ago

lakhbawa commented 1 year ago

Type of Expression: String Function Return Type: Boolean Case Sensitive: Yes

Expression Example: @contains('ghana', 'I live in ghana') -> TRUE

Common Use Case: This expression can be used to find the existence of specific words/characters in the flow block response