Re: Identifying allowed characters using Regular Expression



Well, it's possible, but if I'm reading it right, it would pretty much
involve writing your own Regular Expression parser.

Give us a clearier idea of what you want to do, and perhaps we can
recommend a solution.

--
--
Truth,
James Curran
[erstwhile VC++ MVP]
Home: www.noveltheory.com Work: www.njtheater.com
Blog: www.honestillusion.com Day Job: www.partsearch.com

<hungrymind@xxxxxxxxx> wrote in message
news:1114177188.287581.128390@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi all,
>
> I am developing some control (textbox based), to validate inputs to
> that control I am using regular expression, where pattern is generated
> dynamically. I need to identify what all charcters are allowed with
> that particular pattern. Is this possible or any way to solve this. Or
> else, i want to identify if only one character is allowed then that
> character will apear & user need not to enter any value for that.
> Please suggest if its possible.
>
> regards,
> - hungrymind
> http://www.hungrymind.co.in
>


.



Relevant Pages

  • Re: RegEx: How to ignore the number of whitespaces?
    ... a "simpler" regular expression syntax is likely to bite you eventually, ... but that some of these character sequences may be "marked" as ... This is a regular expression "if" conditional statement, ... do not understand why the pattern "personal computer" will only match ...
    (microsoft.public.dotnet.framework)
  • Re: Emoticon text parser
    ... That is very close to a regular expression already. ... Most of these are character sets. ... We can ease the pain with the COMMENT flag of Pattern; ... The pattern really just addresses strings that are *exactly* 2-7 chars ...
    (comp.lang.java.programmer)
  • Identifying allowed characters using Regular Expression
    ... I am developing some control, ... that control I am using regular expression, ... that particular pattern. ... character will apear & user need not to enter any value for that. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Identifying allowed characters using Regular Expression
    ... I am developing some control, ... that control I am using regular expression, ... that particular pattern. ... character will apear & user need not to enter any value for that. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Identifying allowed characters using Regular Expression
    ... I am developing some control, ... that control I am using regular expression, ... that particular pattern. ... character will apear & user need not to enter any value for that. ...
    (microsoft.public.dotnet.languages.csharp)

Loading