×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
On 2/5/2018 4:42 AM, Danny Rodius wrote:
RegPattern = '^[A-Z0-9-_]$';
The regexec seems not to work. So what I'm doing wrong, where I have failed?
From what I'm seeing, that expression should match a single character, A through Z, 0 through 9, or dash or underscore.
I recommend
https://regex101.com/ to help debug regular expressions.
You might want to try this expression: ^[A-Z0-9-_]+$
As a side note, I've found the embedded SQL functions REGEXP_* to be incredibly useful.
https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_71/db2/rbafzscaregexp_instr.htm or
https://ibm.co/2FNMUPR
david
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.