Hi,
its not working because you r using a special character inside the set [],
so it is recognized as the set (\, s) i think. Use either [ \\n\\f\\r\\t]
or better, \\s (without the []).
regards,
Jeroen.
>
>
> Hi.
> My ORO Pattern is like this  "^ISIN[\\s]{1}[A-Z]{12}".
> But it does not match a string "ISIN AAAAAAAAAAAA".
> There is some problem with white space character beacuse if I remove it.
> both from  the pattern and the string then it matches the string.
> What is the problem?
>
> Thanks and regards,
> Rajesh K Sharma.
>
>
> ************************************************************
> HSBC Software Development (India) Pvt Ltd
> HSBC Center, Riverside, West Avenue,
> 25-B Raheja Woods, Kalyani Nagar, Pune 411006.
>
> Telephone: +91 20 26683000
> Fax: +91 20 26681030
> ************************************************************
>
>
>
>
>
> **********************************************************************
> This E-mail is confidential. It may also be legally privileged.
> If you are not the addressee you may not copy, forward, disclose
> or use any part of it. If you have received this message in error,
> please delete it and all copies from your system and notify the
> sender immediately by return E-mail.
>
> Internet communications cannot be guaranteed to be timely,
> secure, error or virus-free. The sender does not accept liability
> for any errors or omissions.
> **********************************************************************
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to