sorry in advance, i'm just tried..
ok, i need to search a string for something and i want it to return the location of where in the string it is (like the function strpos()), but i need to know the location of where a lowercase letter is immediately followed (no space, no thing between) by a uppercase letter.
I have a feeling it has to done using regular expressions (not sure), and i'm not the greatest at those right now....
open to all suggestions,
Thank You.
ok, i need to search a string for something and i want it to return the location of where in the string it is (like the function strpos()), but i need to know the location of where a lowercase letter is immediately followed (no space, no thing between) by a uppercase letter.
I have a feeling it has to done using regular expressions (not sure), and i'm not the greatest at those right now....
open to all suggestions,
Thank You.
Comment