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
cosmetix in path_build
[k8jam.git]
/
target_test
/
Jamfile.mt
blob
7ac6a964a6ffd3fc9ebc5b05f467ebbe92523308
1
a = [ Match "a([bc]*?)c" : "abcbccc" ] ;
2
Echo $(a) ;
3
4
a = [ Match "a([bc]*)c" : "abcbccc" ] ;
5
Echo $(a) ;
6
7
a = [ Match "a[bc]*c" : "abcbccc" ] ;
8
Echo $(a) ;
9
10
Echo "..." ;