Sasu Posted February 17, 2014 Share Posted February 17, 2014 As the title says, if there any way to check if the string have at least one letter without do a loop? Link to comment
Sasu Posted February 17, 2014 Author Share Posted February 17, 2014 I tried string.find(" d", "%a") That string at argument 1 have 7 spaces but string.find return me 2,2 . I want to get the first letter's place in the string. Link to comment
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