Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged ASP
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
I used to program in classic ASP and would sometimes check if a certain word or letter would be in a string with instr.
if instr(haystack, needle)>0 then
DO SOMETHING
end if
If the needle starts on the first position of the haystack, instr...
0
761
posted 14 years ago by seloh77
« Prev 1 Next »