Regular expressions

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi,

I need some regular expressions but don't know how to create them.
If somebody knows a good, easy to use, readable tool. Please tell me.

I have a textbox.
- The user must enter data. (it may not be empty)
- The data lenght must be between 1 to 255.
- The user may add data on multiple lines. (some lines may be left empty)
- The data is not case-sententive.
- All chars are accepted.

Can someone help me with this one?

Thanks!


.



Relevant Pages

  • Multiple substr() exchange
    ... Using regular expressions or split is inpossible, ... empty elements!!! ... Maybe any CPAN modules??? ... Prev by Date: ...
    (comp.lang.perl.misc)
  • Re: Regular expressions
    ... Here 2 nice resources that can help: ... > I need some regular expressions but don't know how to create them. ... (some lines may be left empty) ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Regular expressions
    ... > Here 2 nice resources that can help: ... >> I need some regular expressions but don't know how to create them. ... (some lines may be left empty) ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Regular expressions
    ... > If somebody knows a good, easy to use, readable tool. ... I think the only way to seriously work with regular expressions is to ... (some lines may be left empty) ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Regular Expressions Problem
    ... Oriana wrote: ... > I'm trying to 'clean up' this source file using regular expressions ... why not just have a flag ... that states you've seen a empty line, and then if the flag is true, do not ...
    (comp.lang.python)