oemript Posted March 19, 2018 Share Posted March 19, 2018 I would like to know on how to select the string after the fourth dot as shown below using AutoIT. $Str = "abc.edf.hjk.fde1244.3d8rhfjdhsh8ceuehh" How to select the string within $Str? $Result = "3d8rhfjdhsh8ceuehh" Does anyone have any suggestions? Thanks in advance for any suggestions Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted March 19, 2018 Moderators Share Posted March 19, 2018 @oemript dog ate your help file? Take a look at String Management in the help file and you'll see several ways, including StringInStr (you almost typed it verbatim in your post) and StringSplit, as well as more complex Regex entries. Bilgus and Earthshine 1 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
oemript Posted March 19, 2018 Author Share Posted March 19, 2018 Thank you very much for suggestions (^v^) 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