Regular Expressions in AR 7.0.01

2007-05-17 Thread SUBSCRIBE arslist Neel
Hello fellow listers, In application we use, we have an extensive use of email in our application and I want to make sure that users are entering valid email addresses as we have about 5-10 email errors/day with users entering invalid email address (with special characters or white-space in

Re: Regular Expressions in AR 7.0.01

2007-05-17 Thread Robert Molenda
System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of SUBSCRIBE arslist Neel Sent: Thursday, May 17, 2007 6:36 AM To: arslist@ARSLIST.ORG Subject: Regular Expressions in AR 7.0.01 Hello fellow listers, In application we use, we have an extensive use of email in our application and I

Re: Regular Expressions in AR 7.0.01

2007-05-17 Thread Robert Molenda
(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of SUBSCRIBE arslist Neel Sent: Thursday, May 17, 2007 6:36 AM To: arslist@ARSLIST.ORG Subject: Regular Expressions in AR 7.0.01 Hello fellow listers, In application we use, we have an extensive use of email in our application and I want to make sure

Re: Regular Expressions in AR 7.0.01

2007-05-17 Thread Sean Garrison
I have done this via several means ... one is via a arfilter api that is out there (I think it is called arfperl) ... the other is via a Run process command to a set fields action... Set Fields to a temp field @@:$PROCESS$ /pathtoperlscript/script.pl parameters There is also a java

Re: Regular Expressions in AR 7.0.01

2007-05-17 Thread Grooms, Frederick W
:[EMAIL PROTECTED] On Behalf Of SUBSCRIBE arslist Neel Sent: Thursday, May 17, 2007 8:36 AM To: arslist@ARSLIST.ORG Subject: Regular Expressions in AR 7.0.01 Hello fellow listers, In application we use, we have an extensive use of email in our application and I want to make sure that users

Re: Regular Expressions in AR 7.0.01

2007-05-17 Thread Carey Matthew Black
There is also a Java Scripting Plugin that would let you use Java code from a Filter API call. You should be able to find them (the Java/Perl Filter Plugins) on the community download site. -- Carey Matthew Black Remedy Skilled Professional (RSP) ARS = Action Request System(Remedy) Love, then

Re: Regular Expressions in AR 7.0.01

2007-05-17 Thread Bradford Bingel
arslist Neel Sent: Thursday, May 17, 2007 6:36 AM To: arslist@ARSLIST.ORG Subject: Regular Expressions in AR 7.0.01 Hello fellow listers, In application we use, we have an extensive use of email in our application and I want to make sure that users are entering valid email addresses as we have about