Opened 16 years ago
#366 new enhancement
TRANSLATE() 'repeat-count' parameter
Reported by: | zspitzer | Owned by: | gregboone |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | FDO API | Version: | |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
Add a new parameter 'repeat-count' to the TRANSLATE() expression which performs a string replace.
TRANSLATE('NAME',' ','\n') -- replace all (existing behaviour) TRANSLATE('NAME',' ','\n',0) -- replace all TRANSLATE('NAME',' ','\n',1) -- replace once TRANSLATE('NAME',' ','\n',4) -- replace four times etc
Note:
See TracTickets
for help on using tickets.