PDA

View Full Version : Please help: How can i use RegEx in AMS ?



GGDD
10-27-2007, 05:56 AM
Hi everone,

how can i use / set a RegEx (search-pattern) in AMS ?
I have a defined RegEx (out of PHP) and must set this however in AMS 6...
Is there any way to make this solution simply ?

Greets
GGDD

(sorry for my bad english :o )

usernameCasper
10-27-2007, 08:32 AM
Hey GGDD,

Yes, it can.
If you do it in PHP, you need a php-server (for example: apache), then
you can submit values to the php script on the php-server.

Otherwise, what becomes more and more basic,
is the use of XML. There are alot of XML files on the web.
You can import those for your application (if they allow it, read policies !).

Kind regards,
Casper

azmanar
10-28-2007, 06:21 AM
Hi,

I have used LUA RegEx in AMS. Its quite simple.

Please view a sample called Form Validation at the section AMS Input in my samples website (http://azman.info/ams).

It could be useful for you.