[Yanel-dev] [Bug 5581] New: allow pattern replacement for path in pdf resource

bugzilla-daemon at bugzilla.wyona.com bugzilla-daemon at bugzilla.wyona.com
Tue Oct 2 10:33:40 CEST 2007


http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5581

           Summary: allow pattern replacement for path in pdf resource
           Product: Yanel
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: General
        AssignedTo: simon.litwan at wyona.org
        ReportedBy: simon.litwan at wyona.org
         QAContact: yanel-development at wyona.com
                CC: josias.thoeny at wyona.org


replaces the the {[\d]+} found in String stringWithReplaceTokens with the
wildcard found in String pattern
e.g:
stringWithReplaceTokens = "/{1}/hello/{3}.world"
pattern = "/*/*/*.*" 
origString = "/test1/test2/test3.test4"
getReplacedString() will give back: /test1/hello/test3.world

should allow generate pdf from different resources with using just one yanel-rc.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the Yanel-development mailing list