| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
| New Member Posts: 1 Join Date: Jun 2008 | regex breakline for gmail? -
25-06-2008, 04:46 PM
Hi, I'm trying to create a breakline for email replies coming from gmail users. I found this thread regarding regex in breaklines and tried to add one but it does not seem to work. I'm wondering if someone has a regex for gmail? The email reply from customers look like this: On Wed, Jun 25, 2008 at 9:19 AM, John Doe <john.doe@gmail.com> wrote: I added the following regular expressions for breaklines: 1. regex:@On [0-9]{1,2}\/[0-9]{1,2}\/[0-9]{1,2},(.)+ <(.)+@(.)+> wrote:@ 2. regex:@On [A-Za-z]{3} [0-9]{1,2}, at [0-9]{1,2}:[0-9]{2} (PM|AM), (.)+ wrote:@ 3. regex:@On [A-Za-z]{3} [0-9]{1,2}, [0-9]{4} [0-9]{1,2}:[0-9]{2} (PM|AM), (.)+ <(.)+@(.)+> wrote:@ It appears to me that the third one should work but it doesn't. Am I adding the regex incorrectly? Currently I'm on eSupport version 3.20.02. |
| | |
(#2)
|
(#3)
|
| Member Posts: 42 Join Date: Aug 2005 |
08-07-2008, 09:46 AM
tried these with the brackets below, cleared cache, still nada ![]() Code: regex:@[On [0-9]{1,2}\/[0-9]{1,2}\/[0-9]{1,2},(.)+ <(.)+@(.)+> wrote:]@
regex:@[On [A-Za-z]{3} [0-9]{1,2}, at [0-9]{1,2}:[0-9]{2} (PM|AM), (.)+ wrote:]@
regex:@[On [A-Za-z]{3} [0-9]{1,2}, [0-9]{4} [0-9]{1,2}:[0-9]{2} (PM|AM), (.)+ <(.)+@(.)+> wrote:]@
|
| | |
![]() |
| Tags |
| breakline, gmail, regex |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| regex | jaigupta | SupportSuite, eSupport and LiveResponse | 0 | 25-04-2008 04:15 PM |
| breakline regex | atDev | Wont Implement / Already Implemented | 4 | 26-12-2007 07:12 PM |
| Regex validation and custom fields (how to make it work?) | richm | SupportSuite, eSupport and LiveResponse | 8 | 24-12-2007 11:19 PM |
| Mail parser post-parse regex to find word in subject? | richm | SupportSuite, eSupport and LiveResponse | 1 | 22-08-2007 04:53 PM |