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 compilation of some user's questions...
WebDNA reference...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
WebDNA LibrariesA list of available libraries for WebDNA...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
Tips and TricksA list of user-submitted tips ...
...
WebDNA Google Map MashupGenerate a Google map with pins on your database addresses...
Check the Federal Government's Social Security databaseThe script on the page will check the federal government's social security database...
How old am I?You want to express an age in years given the dob (mm/dd/yyyy) and today's date...
Handling credit card numbersEncrypting the credit card numbers does the job quite nicely...
Formatting a long list in a tableHow to show the result of a search as a table...