ASSP development mailing list <[email protected]>
schreibt:
>How to make this regex work with a weight?
>
> 
>
>(Blowout|Overstock|Penny).(Auction|Auctions)=>2.5


Note: Every weighted item that contains at least one '|' has to begin
and end with a '~' - inside such regexes it is not allowed to use a
'~', even it is escaped - for example: ~abc\~|def~=>23 or
~abc~|def~=>23.


------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to