News Feed
Jobs Feed
Sections




News Archive
Leonid Mamchenkov's Blog:
PHP regular expression to match English/Latin characters only
August 18, 2011 @ 12:11:44

Leonid Mamchenkov has a quick new post to his blog sharing a regular expression that can be used to check that a string contains only English or Latin characters (no Unicode allowed).

Today at work I came across a task which turned out to be much easier and simpler than I originally thought it would. We have have a site with some user registration forms. The site is translated into a number of languages, but due to the regulatory procedures, we have to force users to input their registration details in English only. Using Latin characters, numbers, and punctuation.

Thankfully the PCRE regular expression engine bundled with PHP makes it simple - it uses a standard regular expression without anything special to accommodate for Unicode characters. He notes that adding the "/u" modifier to the expression makes it "totally malfunction" (where strings are treated as UTF-8). If you'd like an example of some of the tricks that go into supporting Unicode in a regex, see this comment in the PHP manual.

0 comments voice your opinion now!
regular expression example english latin unicode


blog comments powered by Disqus

Similar Posts

Manuel Pichler's Blog: Why I love PHP

Christian Weiske's Blog: First work on the Generic PHP Application Installer

Jacob Santos' Blog: The Sexy Filter Extension and Fear of Regex

Derick Rethans' Blog: PHP Look Back 2006

Sasa Stamenkovic's Blog: Create Kick-ass Website in no Time with Silex


Community Events











Don't see your event here?
Let us know!


conference unittest code interview functional community series release example phpunit development podcast opinion testing introduction tool language object framework zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework