-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Data analysts should be able to use
Text.location_of
to find indexe…
…s within string using various matchers (#3324) Implements https://www.pivotaltracker.com/n/projects/2539304/stories/181266029
- Loading branch information
Showing
21 changed files
with
1,236 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
distribution/lib/Standard/Base/0.0.0-dev/src/Data/Text/Matching_Mode.enso
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Matches the first found instance. | ||
type First | ||
|
||
## Matches the last found instance. | ||
type Last |
Oops, something went wrong.