Jump to content

IwnfuM

Members
  • Posts

    58
  • Joined

  • Last visited

    Never

Posts posted by IwnfuM

  1. how does i make to not notice between lower chars to capital chars.

    like when i want to find the word "hi" so it will match either if it in lower chars and either on capital chars.

    thanks , Mor.

  2. I meant that strpos function find 1 match and than give back the result.

    I looking for function that actually find all matches in the text and not the first one.

    about the last function i was talking about i was confused so forget about it.

    and thanks for interesting , Mor.

  3. this syntax is good to check email like this email ?

    ([a-zA-Z0-9]+)@([a-zA-Z0-9]+)[.]([a-zA-Z0-9]+) .

     

    and a questions.

    how does i tell the syntax to notice if there is a dot.

    what is the meaning of ( this / thing ) .

    and what the meaning of () .

     

    thanks , Mor.

  4. I wonder if is out there function in php that is doin this .

    function like strpos that is does not notice from CAPITAL words to small words.

    function like strpos that does finds all matchs and not only 1.

    function like strpos that is search inside connected words like "strposfunction" so if i search "function" it will find it.

    thanks , Mor.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.