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
I want to match the following pattern: C:\Users\*\path\to\program.exe
I expect it to match with C:\Users\hedwigz\path\to\program.exe
but shouldn't match with: C:\Users\hedwigz\another\path\to\program.exe
But feeding this straight to glob pattern does not work as I expected
I want to match the following pattern:
C:\Users\*\path\to\program.exe
I expect it to match with
C:\Users\hedwigz\path\to\program.exe
but shouldn't match with:
C:\Users\hedwigz\another\path\to\program.exe
But feeding this straight to glob pattern does not work as I expected
What is the correct approach here?
Thanks
The text was updated successfully, but these errors were encountered: