1. Regular expression to match regular expressions?
2. Regular expression from end of another regular expression till end of line
Hi,
There are lines which have numerical substrings of 15 or 16 characters
length in them.
The regular expression (\d{15,16}) matches this string. I want to
extract the portion after this 15/16 character string till end of the
line. Can this be done using a regular expression?
Thanks in advance for the help.
Regards,
Raj
3. regular expressions in javascript (was regular expressions in java)
5. C++ regular expression Vs. Perl regular Expression
6. Regular expression from end of another regular expression till end of line
7. Parsing (X)HTML with regular expressions, or not (was: Help with a regular expression)
8. Regular Expression Validator
9. regular expression AND required validator together?
10. Regular Expression Validator
11. Valid regular expression not working with validator control
12. Combine regular expression validator with javascript function?
13. howto use c# regular expression validator to exclude file types
14. Regular Expression Validator on dropdownlist
15. Regular Expression / Required Field Validator