Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Japanese Regex (Ruby on Rails)



Thanks JC.  The page is interesting.

I tried
   \^\p{Letter}*$/i

but it didn't work.

I found the solution later:

    /^\w*$/i

It seems that shortcut w includes all unicode characters.

Patrick


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links