Sturmi Posted September 20, 2016 Share Posted September 20, 2016 Hey this is not the function itself but more the AutoIt Expression for it.. I need this for multiple programs. Output looks like this: "X" "X_1" "X_2" "X_3" and so on When I tried with some RegEx Tools I only found X alone or X and _1 ... Can someone help me with this expression ? thanks Link to comment Share on other sites More sharing options...
genius257 Posted September 20, 2016 Share Posted September 20, 2016 (edited) "X(?:[_][0-9])?" Or "X(?:[_][0-9]+)?" Edited September 20, 2016 by genius257 Sturmi 1 My highlighted topics: AutoIt Package Manager, AutoItObject Pure AutoIt, AutoIt extension for Visual Studio Code Github: AutoIt HTTP Server, AutoIt HTML Parser Link to comment Share on other sites More sharing options...
Sturmi Posted September 20, 2016 Author Share Posted September 20, 2016 (edited) Ok thanks for quick help. I will try to figure out myself in future. bit confusing at beginning Edited September 20, 2016 by Sturmi Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now