Beginner PHP Tutorial – 44 – Expression Matching

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

38 responses to “Beginner PHP Tutorial – 44 – Expression Matching”

  1. Ping Pong Animation Avatar

    damn it, i just realized i m not from new Boston.

  2. Zhou Shen Avatar

    after 29 , it is 44….

  3. G _ Avatar

    Is this how 'control f' works loosely speaking?

  4. Patrick Moloney Avatar

    I was wondering why I didn't understand. Thankfully it was just the playlist. Great series.

  5. Scene & Heard TV Avatar

    This is a wonderful tutorial. If simply navigating from video 29 to 30 … then coming back to 44 after 43 is too complicated a loop for a visitor / student, then php might not be for you : / …. It's not that big a deal. Great series.

  6. emtomb Avatar

    5 years later and the playlist still isn't fixed…

  7. Faveros Gema Avatar

    lol 28-29-44-30-31-32

  8. james brown Avatar

    today i learn until this tutorial, i don't understand what it mean by return true, is true a string?? or a function, can i put return no or return yes? will it work? but i don't think true is a string right? because it doesn't have single quotation mark.

  9. Steven Gresham Avatar

    for the "regular expression" if you are looking for the word "is", and not "is" in the word "This"… You should use word boundary "b"

    so something like this is better 
    preg_match("/bisb/i", $string); // this will look for the complete word "is" regardless if it is spelled "iS" or "Is" or "IS" or "is"

  10. Abhi Patel Avatar

    hey bostan.. there is little mistake in number assading.. 44 is somewhere…

  11. Elarchi Brahim Avatar

    HOW THE FUCK CAN I DO THE AUTOSAVE ON CONTEXT EDITOR ????????

  12. Toshiki Inami Avatar

    hello I just jumped from LOL

  13. Rob Hawkins Avatar

    video 43 skipped to 45. Had to go back and find this one.

  14. koreanpeoples Avatar

    these tutorials are so random and incoherent.

  15. Cj Vaans Avatar

    And even now its still not fixed. XD

  16. ait Avatar

    the playlist skips from the 29th tutorial to this one 😐

  17. Driamer Avatar

    This is in the wrong place in the playlist.

  18. xZuey Avatar

    Someone needs to fix the playlist.

  19. TheEntitySeven Avatar

    Whoever organized the playlist screwed up.

  20. smosherx Avatar

    yeah i found 44!

  21. GWigWam Avatar

    This is in a weird place in the playlist…

  22. smosherx Avatar

    woah! I just skipped 20 tuts?

  23. icommentonvideos1 Avatar

    Why did it go from 29 to 44?

  24. frankfill2050 Avatar

    I <3 you alex….100% HOMO… 😛 😛

  25. Jonathan Hilfiker Avatar

    Anyone else hate regular expressions?

  26. Ahmad Umair Avatar

    thanks a lot for the tip. appreciate it.

  27. ice pol Avatar

    the placement of this video almost confused me

  28. ALI MUNTH Avatar

    i cant user it in search maybe i am not that good in php !

  29. RebornXSoldier Avatar

    why is #44 in slot 30 of the playlist??

  30. airkami Avatar

    @royal123456royal preg can be used to make unbelievably complicated expressions that if they are anything like other regular expressions look like complete rubbish to anyone who doesn't know what one is. In this he is doing something simple so he only uses /is/. it seems odd because regular expressions are odd, but they are powerful.

  31. Vijay Nandwani Avatar

    Why are you using two forward slashes in the function?? "/is/" ??

  32. theme542 Avatar

    careful the matching is case sensitive people

  33. Dalwanaage Avatar

    Thanks alex && thenewboston.

Leave a Reply

Your email address will not be published. Required fields are marked *