You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The string validation str(exclude='abcd') prohibits the occurrence of each single character of the exclude string.
But I would like to prohibit the occurrence of the entire string "abcd". So, I would like to prohibit specific words.
Unfortunately, the options are too many, so I cannot allow them with "enum", instead I would like to define the not allowed words in my yaml file.
The text was updated successfully, but these errors were encountered:
mifrank-cg
changed the title
Instead of character based string exclusion excluding the entire search string
Instead of character based string exclusion, excluding the entire search string
Sep 5, 2023
The string validation str(exclude='abcd') prohibits the occurrence of each single character of the exclude string.
But I would like to prohibit the occurrence of the entire string "abcd". So, I would like to prohibit specific words.
Unfortunately, the options are too many, so I cannot allow them with "enum", instead I would like to define the not allowed words in my yaml file.
The text was updated successfully, but these errors were encountered: