803 reputation
10
bio website
location
age
visits member for 7 months
seen 2 days ago
stats profile views 38

Apr
18
accepted Regular expression - preg_match Latin and Greek characters
Apr
18
comment Regular expression - preg_match Latin and Greek characters
Your function works with $excludeRE = '/[^a-z0-9α-ω]++/u'. I need to test if first for every case.
Apr
17
revised Regular expression - preg_match Latin and Greek characters
deleted 7 characters in body
Apr
17
comment Regular expression - preg_match Latin and Greek characters
Updated my question with some code
Apr
17
revised Regular expression - preg_match Latin and Greek characters
added 901 characters in body
Apr
17
comment Regular expression - preg_match Latin and Greek characters
1st solution works but symbols are still there 2nd solution error: Compilation failed: character value in \x{...} sequence is too large at offset 15 3rd solution works but also symbols are still there
Apr
17
comment Regular expression - preg_match Latin and Greek characters
Duplicate question with preg_match per OS ?
Apr
17
comment Regular expression - preg_match Latin and Greek characters
Where can I find those codes for greek characters. Or combine characters ranges or something similar
Apr
17
asked Regular expression - preg_match Latin and Greek characters
Mar
13
awarded  Tumbleweed
Mar
6
asked Custom URL mapping to Outlook Domains for signing in
Mar
6
awarded  Caucus
Mar
3
comment CodeIgniter issue with database
That means that you have the wrong database credentials. Check again for the username and password or the database name to be sure that are correct.
Mar
3
accepted Codeigniter MY_Model by Jamie
Mar
3
comment Codeigniter MY_Model by Jamie
Just what I thought was the problem. Thank you
Mar
3
comment Codeigniter MY_Model by Jamie
Updated the question with line 135. As for the model loading. No
Mar
3
revised Codeigniter MY_Model by Jamie
added 215 characters in body
Mar
3
comment Codeigniter MY_Model by Jamie
There must be something wrong with the _set_database function of the class. I don t know why that function is there in the first place, since you can load the database from the CI config file.
Mar
3
comment Codeigniter MY_Model by Jamie
Tried it. No luck..
Mar
3
asked Codeigniter MY_Model by Jamie