I need to find phone number in nsstring without white spaces.
I use regular: ^\\+[1-9]{1}[0-9]{3,14}$.
It works when i have string with phone number only - 345908233.
But when i have a string - sdkaflfnsdfhgiusafusfbuosb345908233fkjsadfnksjfnas it doesn't work.
Could you help me please?