| |
|
Welcome to KnowledgeSutra - Dear Guest | |
Jez
Member Since 02 Jun 2011Offline Last Active Jun 13 2011 04:14 PM
My Blog authentication is now inserting users, need to get the verify email system working!
Updated 07 Jun · 0 comments
About Me
Hello everyone I am Jeremy.
I am 29, come from North Yorkshire in the UK.
Went to Leeds University to study Computer Science and application based multimedia systems, creating network games in Flash and the like.
Have been involved in numerous projects in PHP and using MySQL as the database backend, even using Java to some degree with Oracle (the old educational versions at University being 9i).
Been working on my blog as a kind of reference for myself, doing regular expressions at the moment and just to sample something from complete memory this is the kind of stuff I have been doing just to show what I can do in PHP as such:
Quite essentially how you do better pattern matching in php, could using different parameters using grep_replace() etc.
I am 29, come from North Yorkshire in the UK.
Went to Leeds University to study Computer Science and application based multimedia systems, creating network games in Flash and the like.
Have been involved in numerous projects in PHP and using MySQL as the database backend, even using Java to some degree with Oracle (the old educational versions at University being 9i).
Been working on my blog as a kind of reference for myself, doing regular expressions at the moment and just to sample something from complete memory this is the kind of stuff I have been doing just to show what I can do in PHP as such:
<?php $string = 'jeremy'; $pattern = '/j(a|e)r(a|e)my/i'; // if you use the () it makes a group of chars, if a or e, get it? you delimit or escape the chars in the pattern you want to match so i right at the end means case insensitive preg_match($pattern, $string, $matches); echo '<pre>'; print_r($matches); // think this meants print recursively through the array if any matches from the string compared to the pattern exist! echo '</pre>';
Quite essentially how you do better pattern matching in php, could using different parameters using grep_replace() etc.
Community Stats
- Group Kontributors
- Active Posts 12 (0.03 per day)
- Most Active In PHP Programming (3 posts)
- Profile Views 2,057
- Member Title Newbie [Level 1]
- Age 30 years old
- Birthday August 8, 1981
-
Gender
Male
-
Location
North Yorkshire, UK
-
Interests
Semantic web, Web Technologies, Principles covering software development.
Application based programming, software and database design, freelance tutoring (taught 3 people so far in programming).





Find content
Display name history