Quantcast
Channel: SCN: Message List - SAP Information Steward
Viewing all articles
Browse latest Browse all 1748

Re: UK postcode Rule

$
0
0

Try this...

BEGIN

IF(

( match_pattern($Name, 'X9 9XX')) OR

( match_pattern($Name, 'X99 9XX')) OR

( match_pattern($Name, 'XX9 9XX')) OR

.............

)

Return True;

Else

Return False;

END

 

 

System takes any characters in place of X and any number in place of 9.


Viewing all articles
Browse latest Browse all 1748

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>