STD.Str.Contains could be improved

Description

Adding comments would clarify

A := STD.Str.Contains(
'the quick brown fox jumps over the lazy dog',
'ABCdefghijklmnopqrstuvwxyz', true); //returns TRUE

B:= STD.Str.Contains(
'the speedy ochre vixen leapt over the indolent retriever',
'abcdefghijklmnopqrstuvwxyz', false); //returns FALSE – 'z' is missing

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Fix versions

Created August 9, 2016 at 12:43 PM
Updated August 15, 2016 at 10:12 AM
Resolved August 15, 2016 at 10:12 AM