repo.or.cz
/
k8jam.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Jambase cleanup; removed GNUstep utils (not really working anyway)
[k8jam.git]
/
misc
/
Jamfile.match
blob
f1185a82250aa6bcd235dd0e846466a8d501f431
1
lst = [ Match "^.*(ab?).*$" : "zaf" "abcab" "yy" : ignore-case ] ;
2
echo "lst:" $(lst) ;
3
4
lst = [ Match "*ab*" : "zaf" "abcab" "yy" : glob ignore-case ] ;
5
echo "lst:" $(lst) ;
6
7
lst = [ Match "zaf" : "zaf" "abcab" "yy" : plain ignore-case ] ;
8
echo "lst:" $(lst) ;