How can I remove all whitespace entered by a user from an input box (ie card number)
numero = 48[grep search=[^0-9]&replace=][card][/grep]In this case, [^0-9], including the square brackets, is a grep expression. A grep bracket expression is a list of characters enclosed by [ and ]. It matches any single character in that list; if the first character of the list is the caret ^ then it matches any character not in the list. So in this case, grep will strip out anything that is not a digit.
[grep search=[^0-9]&replace=][card][/grep]
DOWNLOAD WEBDNA NOW!
A list of the currently available modules...
Download WebDNA ApplicationsWebDNA applications...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
F.A.QA compilation of some user's questions...
Tips and TricksA list of user-submitted tips ...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
Use ImageMagick to manipulate images when you upload them...
Handling credit card numbersEncrypting the credit card numbers does the job quite nicely...
How to keep the text variable after a function has finishedBy default...
Setting a 30-minute CookieConfiguring the expires time for a short-term cookie is tricky...
How to setup CODA to work with WebDNA?This page will show graphically how to setup CODA as a WebDNA partner :-)...
Redefining [date] & [time] to match your time zoneYour server is not always in the same time zone as your web site...