Page MenuHomeFeedback Tracker

A bit of love for dealing with strings
New, NormalPublic

Description

Would like to see 'match whole word' switch added for the find command.
So for example "That guy's an a-hole!" find ["hole", true] would return -1 whereas with the current implementation of find returns 16.

A new command findLast with above optional 'match whole word' switch.
"This is a problem, a big-ass problem!" findLast ["a", true] would return 19 (or whatever)
"This is a problem, a big-ass problem!" findLast "a" would return 25 (or whatever)

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Feature Request

Event Timeline

h- created this task.May 24 2019, 7:44 AM
h- updated the task description. (Show Details)May 24 2019, 8:21 PM