Find occurences of unicode characters in string


Posted on 16th Feb 2014 07:03 pm by admin

I need to prohibit filenames with everything but English characters and numbers but regexp and string function don't seem to work because they consider the Greek alphabet letters as part of the A-Z a-z sequence. Here's what I've tried:

Quote:if (strspn($str, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789") != strlen($str))
{
echo 'invalid filename';
}

Quote:if (!preg_match("/^([-a-z0-9])+$/i", $str))
{
echo 'invalid filename';
}

No comments posted yet

Your Answer:

Login to answer
316 Like 17 Dislike
Previous forums Next forums
Other forums

Add trigger to UpdatePanel programmatically
Hi,I'm working on a website which uses AJAX and Masterpages. What I have is an AJAX UpdatePanel whi

Is there a quick way to do this?
Hi all,

I need to create a mysql table from php that goes a little something like this

MySQL issue
I am taking sentences through a form on page. Then checking some condition and trying to insert them

Problem with shopcart code
Hello, I am having a bit of trouble being able to add a product to my shopcart. My mysql database i

SWF image using php?
Hello once again.

My latest en devour requires me to produce an image of a static .swf that i

Using CSS to format MySQL query
Hi,

If i want to have a news page on my site, which displays all records of a table in descen

Taylor Series Function
So I am working a a project for my intro C++ class, and I am having some trouble with a function for

How can I get my program to read a larger array ??
Hi:

I have this program that reads from an array to do calculations. The array are just t

Login Control?!
I have a Web Site that uses the login control also I have set the destinationurl to the page I want

Not capturing all the information we require in the form.......
Hi Guys,

I was wondering if you would share some more of your knowledge today, I'm hoping it

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash