EXPAND ALL
  • Home

contains

Returns: BOOLEAN

A boolean of whether the first string contains the second string.

Arguments

VariableTypeDescription
arg1STRINGThe string that should contain the second string.
arg2STRINGThe string that should be contained in the first string.

Examples:

matching_df = matching_df[px.contains(matching_df.svc_names, 'my_svc')]
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.