> Le 24 janv. 2017 à 16:15, Chip Scheide <[email protected]> a écrit :
> 
> "@" always on the right

I'd say "not wildcard on the left" or "wildcard on the right" instead; it 
happens I put it on the left!  ;-)

 $str:="qwe@ty"
 $arobase:="@"
 ASSERT($str[[4]]=$arobase)  //wildcard
 ASSERT($arobase=$str[[4]])  //not wildcard
 ASSERT($str[[1]]=$arobase)  //wildcard
 ASSERT(Not($arobase=$str[[1]]))  //not wildcard
 ASSERT(Position($arobase;$str;*)=4)//not wildcard

It reminds me these features:
  <http://forums.4d.fr/Post//15762113/1/#15762114>
  <http://forums.4d.fr/Post/FR/8090173/1/8090174#8090174>
Strictly equal (==) and/or strictly different (!=) for text comparison would be 
welcome. 

-- 
Arnaud de Montard 



**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to