About the Regular Expression Experts Group
For people who are fascinated by the beauty and power of regular expressions (regex).
Have something to say?
Join LinkedIn for free to participate in the conversation. When you join, you can comment and post your own discussions.
Join LinkedInMost Popular Discussions
I have to extract data from multiple lines in a column. The format is posted below: Using rad tool I'm trying to extract multiple...
xyz: <var_name1>
abc_xxx: <data_24123asdfasdf>
abc_xxx: <data_asdfwerweasd>
abc_xxx: <datatool_234sdf90>
xyz: ...

Allowing Underscores in Email Addresses
I'm fairly new to Regular Expression and I'm wondering if someone could assist me. The regular expression below validates email ...

Searching for a 3 digit number with simple regular expressions
I have a 3 digit number. It's always three digits by design. I need to find a number in a range. Originally, I tried a generic ...


regular expression septanet.com
Dear friends, here is a small but very usefull javascript based regex code to validate date in various formats Code: <script...

Combining 2 regular expression into one using a [subtraction] or [not equals]
Hi Guys, wish to know how to combine to simple regular expressions to get a single set of results
Query 1
A = ^/livenow/tv/(.*)$ ...

Introduction & question
Hi I'm Bill, and I'm trying to get acquainted with utilizing the GREP command together with regular expressions. I was looking around ...

Find this string in a long text: fillText("setting",10,20)
How can I find this string in a text by regular expression?
