Tags:
create new tag
view all tags
---+++ Regular Expressions * When creating conditions Cargo Office offers the possibility to use regular expressions. * How to use regular expressions you have to find out yourself at the internet. * We don't offer courses, but we hereby give a few examples. * If you should want to, we can have our consultants (help you) build regular expressions. ---++++ Example: how to select multiple customer ID's * One customer ID: {customerID} = 1234 * Two customer ID's: {customerID} REGEXP ^(1234|12345)$ * Three customer ID's: {customerID} REGEXP ^(1234|12345|12346)$ * Note: it's better not to use {customerID} REGEXP 1234|12345|12346 ; this will select 1234 (and 12345 and 12346) inside a customerID name. * Note2: it is possible to test multiple fields in one condition. This is useful for goodslines. An example of testing all packing fields for the value 'pallet' would then be: {packing1}{packing2}{packing3}{packing4}{packing5} REGEXP pallet. Also see: [[http://en.wikipedia.org/wiki/Regular_expression][regular expressions, more specific ]] [[http://en.wikipedia.org/wiki/Perl_Compatible_Regular_Expressions][perl compatible regular expressions]] [[http://en.wikipedia.org/wiki/Regular_expression][. ]] <br /> -- Main.RutgerRutgers - 20 Aug 2008
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r3 - 2015-09-09
-
HenkRoelofs
Home
Site map
Cargooffice web
Loginet web
Main web
Sandbox web
TWiki web
Cargooffice Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Register User
E
dit
A
ttach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback