Re: TeraScript-Talk: Remove non-alphanumeric characters

2018-07-19 Thread Wayne Irvine
That is awesome! I wasn’t aware of KEEP and suspect it will do what I need. Thanks also for the explanation on REGEX. I wondered why I couldn’t get it to work. Wayne > On 20 Jul 2018, at 7:17 am, Robert Shubert wrote: > > Before we get into the regex, @KEEP might be an option: > > <@! "remove

RE: TeraScript-Talk: Remove non-alphanumeric characters

2018-07-19 Thread Robert Shubert
Before we get into the regex, @KEEP might be an option: <@! "remove everything but letters and numbers"> <@KEEP <@ARG input> abcdefghijklmnopqrstuvwxyz1234567890> Regex in @REPLACE works a little differently than what the SO article says. I adapted one of the answers to this: <@REPLACE <@ARG in

Re: TeraScript-Talk: Remove non-alphanumeric characters

2018-07-19 Thread Peter Dobbs
The regex pattern of terascript should be identical to the JavaScript pattern. https://regexr.com/ Peter Dobbs President | ENGINESS | P: 416.901.6151 | F: 416.901.6150 | www.enginess.io [cid:] This email and any attachments are confidential and are intended only for the person(s) to whom it

Re: TeraScript-Talk: Remove non-alphanumeric characters

2018-07-18 Thread Wayne Irvine
Because I am interested in the Terascript implementation of REGEX. Wayne > On 19 Jul 2018, at 2:02 pm, Peter Dobbs wrote: > > Why not implement in JavaScript and bounce any requests that don’t comply? > > > Peter Dobbs > President | ENGINESS | P: 416.901.6151 | F: > 416.901.6150 | www.engines

Re: TeraScript-Talk: Remove non-alphanumeric characters

2018-07-18 Thread Peter Dobbs
Why not implement in JavaScript and bounce any requests that don’t comply? Peter Dobbs President | ENGINESS | P: 416.901.6151 | F: 416.901.6150 | www.enginess.io [X] This email and any attachments are confidential and are intended only for the person(s) to whom it is addressed. It you are not

Re: TeraScript-Talk: Remove non-alphanumeric characters

2018-07-18 Thread Wayne Irvine
Cheers. I was viewing this exact StackOverflow article prior to submitting my question. The question is more on implementing the REGEX statement in terascript, than the actual REGEx statement. Wayne > On 19 Jul 2018, at 12:55 pm, Peter Dobbs wrote: > > https://stackoverflow.com/questions/9364

Re: TeraScript-Talk: Remove non-alphanumeric characters

2018-07-18 Thread Peter Dobbs
https://stackoverflow.com/questions/9364400/remove-not-alphanumeric-characters-from-string-having-trouble-with-the-char Peter Dobbs President | ENGINESS | P: 416.901.6151 | F: 416.901.6150 | www.enginess.io [cid:] This email and any attachments are confidential and are intended only for the p