REBOL3 tracker
  0.9.12 beta
Ticket #0001495 User: anonymous

Project:



rss
TypeBug Statustested Date16-Feb-2010 07:02
Versionalpha 97 CategoryNative Submitted byhenrikmk
PlatformAll Severitymajor Prioritynormal

Summary FIND - /last refinement overrides /case
Description When using FIND/LAST/CASE, LAST makes FIND ignore CASE
Example code
>> find/case "Abc" "a"
== none ; correct

>> find/case "Abc" "A"
== "Abc" ; correct

>> find/case/last "Abc" "A"
== "Abc" ; correct

>> find/case/last "Abc" "a"
== "Abc"

Assigned ton/a Fixed inalpha 108 Last Update20-Oct-2010 01:38


Comments

Date User Field Action Change
20-Oct-2010 01:38 BrianH Category Modified Unspecified => Native
20-Oct-2010 01:38 BrianH Status Modified built => tested
22-Sep-2010 05:18 carl Fixedin Modified => alpha 108
22-Sep-2010 05:18 carl Status Modified submitted => built
16-Feb-2010 07:05 henrikmk Summary Modified find /last refinement overrides /case => FIND - /last refinement overrides /case
16-Feb-2010 07:05 henrikmk Code Modified -
16-Feb-2010 07:02 henrikmk Ticket Added -