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!
Amazon Web Services (AWS) README for Machine Image ID...
Download WebDNA ApplicationsWebDNA applications...
WebDNA LibrariesA list of available libraries for WebDNA...
F.A.QA compilation of some user's questions...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
Tips and TricksA list of user-submitted tips ...
Your server is not always in the same time zone as your web site...
Extracting the first sentence out of a block of textI need to extract the first sentence out of a block of text...
Removing whitespaceHow can I remove all whitespace entered by a user from an input box (ie card number)...
Annoying character on writefileHow do I get rid of or convert the line feed character during a writefile?...
Database backupHow to make a backup of your databases...
How to create a RSS feedHow to create a RSS feed from yourdatabase on formation...