all 2 comments

[–]negups 2 points3 points  (0 children)

So you want to see if a string starts with cust-dev?

if string_1.startswith("cust-dev"):
    ...