Check if string is within variable #1435
-
|
Hi EG Visual Studio Code will be named something like [FileName] - [Project Name] - Visual Studio Code. With a name like that it can't be pre-programmed since the file name and project name may change, so I tried to check if the term "Visual Studio Code" is included in the window name, but I have had no success in doing it. If I hardcode the name it works so it is just trying to figure out this step! Using OBS 31.1.2 and Advance Scene Switcher 1.29.3 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Assuming the variable value is indeed matching the given pattern I don't see a reason why this would not work. |
Beta Was this translation helpful? Give feedback.


I updated to 1.31.0, and disabled "Enable Qt's ExtendedPatternSyntax" (This wasn't always turned on but I was testing with this on and off) and now it works as expected!
Thank you!