I’m use ASIHTTPRequest Library
I’m have String to check is “http://” or “https://”
My TextField is “www.Hello.com” <- it not has “http://” or “https://”
How to check the position 1-7 in “www.Hello.com”
Thank you kindly
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to check the http or https in your string using NSRange option.