Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
1.4.x
-
None
-
None
-
Operating System: Linux
Platform: PC
-
17265
Description
When
substring-before("Some string with a newline","
")
or
substring-after("Some string with a newline","
")
are called, they return strings of 0 length, even though
contains("Some string with a newline","
")
evaluates to TRUE.
When the split string is expanded to include a non-escaped character,
such ".
", the routines return proper values and treats the newline
character properly.
Attachments
Attachments
Issue Links
- is cloned by
-
XALANC-524 CLONE -substring-before and substring-after
- Closed